emacs-devel
[Top][All Lists]
Advanced

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

Re: How do I paste at new point with middle click?


From: Bruce Korb
Subject: Re: How do I paste at new point with middle click?
Date: Mon, 30 Jul 2018 07:48:23 -0700

On Mon, Jul 30, 2018 at 7:37 AM Eli Zaretskii <address@hidden> wrote:
> >     (global-set-key (kbd "<mouse-2>") 'mouse-yank-at-click)
> >     (setq mouse-drag-copy-region 't)
> >     (setq mouse-yank-at-point 'nil)
> >     (setq save-interprogram-paste-before-kill 't)
> >     (setq select-active-regions 'nil)
> >     (setq x-select-enable-clipboard 'nil)
> >     (setq x-select-enable-primary 't)
> >
> > ;;; It seems I didn't understand this mouse-yank-at-point setting.
> > I tried "describe-key" and middle clicked in the command window
> > and finally got the explanation I needed.
>
> I'm not sure I follow: does that mean your problem is solved, and you
> have the behavior you wanted?

That is what I was trying to say. I'm sorry it was not clearer.
Well, the elisp is what I'd suggest you add to your gnu emacs
page so that other folks don't have to decipher the meaning
and nuances of primary selections versus clipboards. :)



reply via email to

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