[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Annoying kill-ring behavior
From: |
Stefan Monnier |
Subject: |
Re: Annoying kill-ring behavior |
Date: |
Wed, 02 Apr 2014 07:59:23 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> But it's not a Windows-specific bug, if you C-x C-e on this code:
>
> (progn
> (setq select-active-regions nil)
> (setq mouse-drag-copy-region t)
> (global-set-key [mouse-2] 'mouse-yank-at-click))
>
> And then do the mouse-1-micro-drag that I described earlier, you will see
> the zero-length entries in the kill-ring, on Windows and Linux.
I suggest you M-x report-emacs-bug, then, so that we can fix it for
24.4.
Stefan