all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruce Korb <bruce.korb@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs development <emacs-devel@gnu.org>
Subject: Re: How do I paste at new point with middle click?
Date: Mon, 30 Jul 2018 06:45:05 -0700	[thread overview]
Message-ID: <CAKRnqN+40f9wb48Nhp0njrXQNVREkmuSWMpinj32Z3+9kQ+dgw@mail.gmail.com> (raw)
In-Reply-To: <CAKRnqNK+RWWjpCos9YqkFDCg3om_V9G+=nG3Si5HrAm2M93gZA@mail.gmail.com>

    (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.



  reply	other threads:[~2018-07-30 13:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-29 15:12 How do I paste at new point with middle click? Bruce Korb
2018-07-29 16:43 ` Eli Zaretskii
     [not found]   ` <CAKRnqNKYigmAbQr6Qjo9OChuo5EpfBRvnXTmKqpLvxKn4nu9Jg@mail.gmail.com>
     [not found]     ` <CAKRnqN+dPnQSn=b-dFocMrkr=kuBQtapufD99fSWVd0Pf6H1dA@mail.gmail.com>
2018-07-29 22:16       ` Bruce Korb
2018-07-30  1:12         ` Bruce Korb
2018-07-30  2:37           ` Eli Zaretskii
2018-07-30 13:39             ` Bruce Korb
2018-07-30 13:45               ` Bruce Korb [this message]
2018-07-30 14:37                 ` Eli Zaretskii
2018-07-30 14:48                   ` Bruce Korb
2018-07-30 13:50               ` Noam Postavsky
2018-07-30  2:34         ` Eli Zaretskii
2018-07-30  2:32     ` Eli Zaretskii
2018-07-30  7:32   ` Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKRnqN+40f9wb48Nhp0njrXQNVREkmuSWMpinj32Z3+9kQ+dgw@mail.gmail.com \
    --to=bruce.korb@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.