带有 CEDET 的 Emacs 更改复制/粘贴以包含尾随空格?
我今天刚刚开始尝试 CEDET,我真的很喜欢它,但它似乎在复制/粘贴方面做了一些完全没有价值的事情。如果我突出显示一些内容并复制它,当它被粘贴回来时,换行符就会被消除,并且每行上只有大量的尾随空格。
这实在是太不值钱了。
我现在的 .emacs 中的 CEDET 内容如下:
(load-file "~/.emacs.d/cedet-1.0pre7/common/cedet.el")
(require 'semantic-ia)
(require 'semantic-gcc)
(semantic-load-enable-code-helpers)
有人知道如何关闭此功能吗?除了 CEDET 主页说它有“神奇复制和粘贴”之外,我找不到任何关于此的信息。
I just started trying out CEDET today, which I really like, but it seems to do something completely worthless with respect to copying/pasting. If I highlight some stuff and copy it, when it gets pasted back the newlines are eliminated and there is just a ton of trailing whitespace on each line.
This is really worthless.
All I have in my .emacs right now for CEDET is the following:
(load-file "~/.emacs.d/cedet-1.0pre7/common/cedet.el")
(require 'semantic-ia)
(require 'semantic-gcc)
(semantic-load-enable-code-helpers)
Does anybody know how to turn this off? I can't find anything about this except that the CEDET main page says it has "magic copy & paste".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论