all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Perry Wagle <wagle@mac.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: my search/paste idiom not supported in emacs
Date: Thu, 30 Dec 2010 11:01:35 +0100	[thread overview]
Message-ID: <3251C856-F33A-4757-940C-2A46C7BE667A@Web.DE> (raw)
In-Reply-To: <3269D978-6F36-493B-91B2-FE9EC9A6DA17@mac.com>


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.

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.

--
Greetings

   Pete

Ce qui été compris n'existe plus.
				(Paul Eluard)




  parent reply	other threads:[~2010-12-30 10:01 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 [this message]
2010-12-30 16:26   ` Perry Wagle
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=3251C856-F33A-4757-940C-2A46C7BE667A@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=wagle@mac.com \
    /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.