Emacs with CEDET changes copy/paste to include trailing spaces?
Posted
by Paul D.
on Stack Overflow
See other posts from Stack Overflow
or by Paul D.
Published on 2010-05-19T21:44:51Z
Indexed on
2010/05/19
21:50 UTC
Read the original article
Hit count: 233
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".
© Stack Overflow or respective owner