why is my emacs yanking the wrong text?
Posted
by Josh Knox
on Stack Overflow
See other posts from Stack Overflow
or by Josh Knox
Published on 2010-04-14T21:31:06Z
Indexed on
2010/04/14
21:33 UTC
Read the original article
Hit count: 435
emacs
running emacs 22... on ubuntu 9.04, fresh install.
When I copy a region of text via C-w (clipboard-kill-ring-save) then yank it back with C-y (clipboard-yank) it pastes random stuff, from some other buffer that isn't even open.
It was working fine earlier today and I haven't changed my emacs config.
Any ideas why this is suddenly happening/ how to fix it?
Thanks!
© Stack Overflow or respective owner