From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Bug fix in isearch.el Date: Tue, 03 Oct 2006 15:58:54 +0200 Message-ID: <85zmcdxzz5.fsf@lola.goethe.zz> References: <85odst1zzx.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159883973 28123 80.91.229.2 (3 Oct 2006 13:59:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Oct 2006 13:59:33 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 03 15:59:31 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GUknt-0001Em-Bc for ged-emacs-devel@m.gmane.org; Tue, 03 Oct 2006 15:59:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUkns-0008IC-VQ for ged-emacs-devel@m.gmane.org; Tue, 03 Oct 2006 09:59:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GUknf-0008Hp-Lw for emacs-devel@gnu.org; Tue, 03 Oct 2006 09:59:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GUknf-0008HV-4t for emacs-devel@gnu.org; Tue, 03 Oct 2006 09:59:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUkne-0008HS-VE for emacs-devel@gnu.org; Tue, 03 Oct 2006 09:59:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GUkts-0001a6-4J for emacs-devel@gnu.org; Tue, 03 Oct 2006 10:05:36 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1GUknd-00051a-Oz for emacs-devel@gnu.org; Tue, 03 Oct 2006 09:59:10 -0400 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 6B2871C39502; Tue, 3 Oct 2006 15:58:54 +0200 (CEST) Original-To: emacs-devel@gnu.org In-Reply-To: <85odst1zzx.fsf@lola.goethe.zz> (David Kastrup's message of "Tue\, 03 Oct 2006 11\:59\:30 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60393 Archived-At: David Kastrup writes: > Anything speaking against the following patch? It would end the > annoyance that clicking with mouse-2 on a clickable overlay when > doing isearch would rather cause a paste to occur. This has been > bothering me for years, and now it can be fixed reasonably easy. I have digged through some of the related sources, and I am now pretty sure that using (this-command-keys-vector) is the correct thing to use here as long as isearch-mouse-2 is called interactively (and there is only a singer caller, a keybinding). I am checking a somewhat changed version in. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum