带有 CEDET 的 Emacs 更改复制/粘贴以包含尾随空格?

发布于 2024-09-02 04:21:41 字数 385 浏览 5 评论 0原文

我今天刚刚开始尝试 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文