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: Kim F. Storm
Subject: Re: OSX: Interprogram cut/paste issues
Date: Tue, 03 May 2005 11:24:32 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

David Reitter <address@hidden> writes:

> 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. 

Does this patch give good results?

*** cua-base.el 02 May 2005 12:07:09 +0200      1.48
--- cua-base.el 03 May 2005 11:22:40 +0200      
***************
*** 864,869 ****
--- 864,871 ----
          (cua--insert-rectangle (cdr cua--last-killed-rectangle)
                                 nil paste-column paste-lines)
          (if arg (goto-char pt))))
+        ((eq this-original-command 'clipboard-yank)
+       (clipboard-yank arg))
         (t (yank arg)))))))
  
  (defun cua-paste-pop (arg)


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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