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

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

bug#12750: Highlighting text no longer works


From: Eli Zaretskii
Subject: bug#12750: Highlighting text no longer works
Date: Mon, 29 Oct 2012 05:43:27 +0200

> From: Bruce Korb <bruce.korb@gmail.com>
> Date: Sun, 28 Oct 2012 13:57:56 -0700
> Cc: 12750@debbugs.gnu.org
> 
> On Sun, Oct 28, 2012 at 1:14 PM, Bruce Korb <bruce.korb@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)

t, not '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?

See above.





reply via email to

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