David Reitter <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://www.cua.dk
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug