emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OSX: Interprogram cut/paste issues


From: David Reitter
Subject: Re: OSX: Interprogram cut/paste issues
Date: Mon, 2 May 2005 19:20:17 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]