GNU bug report logs -
#12750
Highlighting text no longer works
Previous Next
Reported by: Bruce Korb <bruce.korb <at> gmail.com>
Date: Sun, 28 Oct 2012 16:19:02 UTC
Severity: normal
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Eli,
On Sun, Oct 28, 2012 at 1:14 PM, Bruce Korb <bruce.korb <at> gmail.com> wrote:
>> *** 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.
>
> It is really helpful to have explicit instructions:
>
> *** To return to the previous behavior, add the following to your .emacs file:
> (setq select-active-regions nil)
> (setq mouse-drag-copy-region 't)
> (setq x-select-enable-primary 't)
> (setq x-select-enable-clipboard nil)
> (global-set-key [mouse-2] 'mouse-yank-at-click)
I do need explicit instructions. This didn't work. I want to
highlight and paste
and highlight and yank. Both and. This isn't working. Help, please?
Thank you!!
This bug report was last modified 12 years and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.