From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: my search/paste idiom not supported in emacs Date: Thu, 30 Dec 2010 11:01:35 +0100 Message-ID: <3251C856-F33A-4757-940C-2A46C7BE667A@Web.DE> References: <3269D978-6F36-493B-91B2-FE9EC9A6DA17@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293703394 16315 80.91.229.12 (30 Dec 2010 10:03:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2010 10:03:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Perry Wagle Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 30 11:03:10 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PYFLi-0005E5-7z for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Dec 2010 11:03:10 +0100 Original-Received: from localhost ([127.0.0.1]:48787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYFLh-0007pC-FD for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Dec 2010 05:03:09 -0500 Original-Received: from [140.186.70.92] (port=48237 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYFKI-0007ga-BM for help-gnu-emacs@gnu.org; Thu, 30 Dec 2010 05:01:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYFKF-0007tt-A3 for help-gnu-emacs@gnu.org; Thu, 30 Dec 2010 05:01:41 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:60238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYFKF-0007tT-33 for help-gnu-emacs@gnu.org; Thu, 30 Dec 2010 05:01:39 -0500 Original-Received: from smtp07.web.de ( [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 4AA62184B7CE8; Thu, 30 Dec 2010 11:01:37 +0100 (CET) Original-Received: from [91.35.181.216] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (WEB.DE 4.110 #2) id 1PYFKD-0006sJ-00; Thu, 30 Dec 2010 11:01:37 +0100 In-Reply-To: <3269D978-6F36-493B-91B2-FE9EC9A6DA17@mac.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+LiLbCWtwAUSBZqwXROF9NP6L4bziI8OHf5mqu fbBo9IVhHj3Lgbk7a4XB8E6S2SYUnKJVKYosf3oHM2UQBTXk5w +ymkdOD5znlmmrhJMuAA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77964 Archived-At: Am 30.12.2010 um 01:39 schrieb Perry Wagle: > For some reason, the middle mouse button *ABORTS* the search mode, =20 > and then pastes the word under the mouse. Why would you want that? Because it's consistent with X11: or insert =20 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 =E9t=E9 compris n'existe plus. (Paul Eluard)