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: Eli Zaretskii
Subject: Re: How do I paste at new point with middle click?
Date: Mon, 30 Jul 2018 17:37:53 +0300

> From: Bruce Korb <address@hidden>
> Date: Mon, 30 Jul 2018 06:45:05 -0700
> Cc: emacs development <address@hidden>
> 
>     (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?



reply via email to

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