overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 241 forks source link

Cut/paste often stops working correctly #125

Open st3fan opened 11 years ago

st3fan commented 11 years ago

I am experiencing a strange issue where cut/paste stops working correctly. Right now I have a file open where the following does not work:

Instead of pasting the text that was just (successfully) cut, it pastes the text from a previous Cut/paste session.

I am running a fresh checkout of emacs-live on Emacs 24.3.1 on OS X. In an iTerm window. The only thing I added is the go-mode.el that comes with the Go source distribution.

C-space is bound to cya-set-mark c-w is bound to kill-region C-y is bound to cua-paste

st3fan commented 11 years ago

Hmm I wonder if CUA mode is supposed to work correctly in a non-windowing environment. I have disabled it in my personal pack and things do seem better now,

samaaron commented 11 years ago

Weird, seems to work perfectly for me...