all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Perry Wagle <wagle@mac.com>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: my search/paste idiom not supported in emacs
Date: Thu, 30 Dec 2010 08:26:06 -0800	[thread overview]
Message-ID: <767F9254-9F49-469B-922B-A4D687FAB11F@mac.com> (raw)
In-Reply-To: <3251C856-F33A-4757-940C-2A46C7BE667A@Web.DE>


On Dec 30, 2010, at 2:01 AM, Peter Dyballa wrote:

> 
> Am 30.12.2010 um 01:39 schrieb Perry Wagle:
> 
>> For some reason, the middle mouse button *ABORTS* the search mode, and then pastes the word under the mouse.  Why would you want that?
> 
> 
> Because it's consistent with X11: <down-mouse-2> or <mouse-2> insert text.

No, you are inserting the saved text into the search mode prompt, which is being *aborted* to provide the current behavior.

> Consider changing isearch-mode-map to remap which has
> 
>    (define-key map [mouse-movement] nil)
>    ;; People expect to be able to paste with the mouse.
>    (define-key map [mouse-2] #'isearch-mouse-2)
>    (define-key map [down-mouse-2] nil)
> 
> and which is defined in isearch.el.

I will try that, thanks!

-- Perry





  reply	other threads:[~2010-12-30 16:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30  0:39 my search/paste idiom not supported in emacs Perry Wagle
2010-12-30  9:39 ` Tassilo Horn
2010-12-30 16:23   ` Perry Wagle
2010-12-30 10:01 ` Peter Dyballa
2010-12-30 16:26   ` Perry Wagle [this message]
2010-12-30 15:36 ` Kenneth Goldman
     [not found] <mailman.4.1293700342.31316.help-gnu-emacs@gnu.org>
2010-12-30  9:35 ` Joost Kremers
2011-01-03  4:36 ` Stefan Monnier
2011-01-05  8:56   ` Perry Wagle
2011-02-09  3:33     ` Perry Wagle
2011-02-09  9:18       ` Gary

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=767F9254-9F49-469B-922B-A4D687FAB11F@mac.com \
    --to=wagle@mac.com \
    --cc=Peter_Dyballa@Web.DE \
    --cc=help-gnu-emacs@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.