|
发表于 2004-4-9 14:25:42
|
显示全部楼层
回复: emacs的C-cC-o键好像不能复制上条命令的输出
最初由 home_king 发表
rt后,在另一个编辑缓冲区里使用C-y并不能粘贴上条命令的输出,请教各位emacs老手。
我不知道是不是误解了你的意思,我的可以啊。
eg, 我在XEmacs中开两个窗口,一个M-x shell 然后 ls-a 当然这是个错误命令,输出
bash: ls-a: command not found
(sorry,the fcitx cannot work suddenly)
and then i enter C-c C-o, appearing
***output flushed***
i think that means you have got the out of the former command
after that i switch to the next window, and type C-y, displaying:
bash: ls-a: command not found
that is ok!
but in GNU EMACS mode ,the display is mixed with some strange symbol. I am also puzzled. |
|