[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?
- How do I paste at new point with middle click?, Bruce Korb, 2018/07/29
- Re: How do I paste at new point with middle click?, Eli Zaretskii, 2018/07/29
- Message not available
- Message not available
- Re: How do I paste at new point with middle click?, Bruce Korb, 2018/07/29
- Re: How do I paste at new point with middle click?, Bruce Korb, 2018/07/29
- Re: How do I paste at new point with middle click?, Eli Zaretskii, 2018/07/29
- Re: How do I paste at new point with middle click?, Bruce Korb, 2018/07/30
- Re: How do I paste at new point with middle click?, Bruce Korb, 2018/07/30
- Re: How do I paste at new point with middle click?,
Eli Zaretskii <=
- Re: How do I paste at new point with middle click?, Bruce Korb, 2018/07/30
- Re: How do I paste at new point with middle click?, Noam Postavsky, 2018/07/30
- Re: How do I paste at new point with middle click?, Eli Zaretskii, 2018/07/29
Message not available
Re: How do I paste at new point with middle click?, Robert Pluim, 2018/07/30