On 29 Apr 2005, at 08:40, YAMAMOTO Mitsuharu wrote:

Is (setq x-select-enable-clipboard nil) what you want?  I tried to use
with this setting for a while and noticed that the patch below may be
needed.

OK, we're still not completely done - because cua-mode breaks things again. Despite careful variable settings, cua-base maps H-v to cua-paste, and cua-paste doesn't do the right job.


(setq cua-use-hyper-key nil) ;;this avoids shift-return
(setq cua-enable-cua-keys nil)
(cua-mode 1) ;; this goes first (so we can overwrite the settings)

So what I do now is

(defalias 'cua-paste 'clipboard-yank)

But I believe that's just a hack to get around a bug in cua-paste.

-- Dave



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to