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

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

[debbugs-tracker] bug#9527: closed (emacs24: binding mouse-2 to mouse-ya


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9527: closed (emacs24: binding mouse-2 to mouse-yank-primary instead of mouse-yank-at-click breaks yanking from system clipboard on Windows)
Date: Sat, 17 Sep 2011 13:33:02 +0000

Your message dated Sat, 17 Sep 2011 16:25:34 +0300
with message-id <address@hidden>
and subject line Re: bug#9527: emacs24: binding mouse-2 to mouse-yank-primary 
instead of        mouse-yank-at-click breaks yanking from system clipboard on 
Windows
has caused the debbugs.gnu.org bug report #9527,
regarding emacs24: binding mouse-2 to mouse-yank-primary instead of 
mouse-yank-at-click breaks yanking from system clipboard on Windows
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9527: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9527
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: emacs24: binding mouse-2 to mouse-yank-primary instead of mouse-yank-at-click breaks yanking from system clipboard on Windows Date: Sat, 17 Sep 2011 17:52:57 +0800
The binding changed in mouse.el and now when middle-clicking, I get
the stuff in Emacs' kill-ring , but not system clipboard.

I'm using a Windows native build of Emacs.

-- 
Le



--- End Message ---
--- Begin Message --- Subject: Re: bug#9527: emacs24: binding mouse-2 to mouse-yank-primary instead of mouse-yank-at-click breaks yanking from system clipboard on Windows Date: Sat, 17 Sep 2011 16:25:34 +0300
> Date: Sat, 17 Sep 2011 17:52:57 +0800
> From: Le Wang <address@hidden>
> 
> The binding changed in mouse.el and now when middle-clicking, I get
> the stuff in Emacs' kill-ring , but not system clipboard.
> 
> I'm using a Windows native build of Emacs.

This is now expected behavior, see NEWS.  If you want the old
behavior, rebind mouse-2, or use one of the suggestions in NEWS.

    *** mouse-2 is now bound to `mouse-yank-primary'.
    This pastes from the primary selection, ignoring the kill-ring.
    Previously, mouse-2 was bound to `mouse-yank-at-click'.

    *** To return to the previous behavior, do the following:
    **** Change `select-active-regions' to nil.
    **** Change `mouse-drag-copy-region' to t.
    **** Change `x-select-enable-primary' to t (on X only).
    **** Change `x-select-enable-clipboard' to nil.
    **** Bind `mouse-yank-at-click' to mouse-2.

Btw, you will only get the stuff in kill-ring if the kill-ring is
non-empty.  If it is empty, you still get the clipboard.

I'm closing this bug report.



--- End Message ---

reply via email to

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