From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: I-search: Clicking in minibuf during I-search fails. Date: Thu, 25 Oct 2007 05:01:54 -0400 Message-ID: References: <1191986217.275977.242960@o80g2000hse.googlegroups.com> <1192053098.477874.283490@k79g2000hse.googlegroups.com> <1192404883.312978.212670@t8g2000prg.googlegroups.com> <877iliu3p1.fsf@jurta.org> <87abqc2ibg.fsf@jurta.org> <87y7dth3u9.fsf@jurta.org> <87hckguquc.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1193303191 27431 80.91.229.12 (25 Oct 2007 09:06:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Oct 2007 09:06:31 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, amicitas@gmail.com To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 25 11:06:31 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IkyfZ-0006Me-CP for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Oct 2007 11:06:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkyfR-0005Ar-37 for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Oct 2007 05:06:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkybI-0001RZ-6u for bug-gnu-emacs@gnu.org; Thu, 25 Oct 2007 05:02:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkybF-0001Q7-CG for bug-gnu-emacs@gnu.org; Thu, 25 Oct 2007 05:01:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkybF-0001Pe-1P for bug-gnu-emacs@gnu.org; Thu, 25 Oct 2007 05:01:57 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkybD-0001vp-5i for bug-gnu-emacs@gnu.org; Thu, 25 Oct 2007 05:01:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IkybC-0004bF-Cg; Thu, 25 Oct 2007 05:01:54 -0400 In-reply-to: <87hckguquc.fsf@jurta.org> (message from Juri Linkov on Thu, 25 Oct 2007 00:28:11 +0300) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16831 Archived-At: The beginning of the minibuffer is the wrong position to put point, because the prompt is read-only, and to start editing the user needs to move point to the editable area. The right position is where the mouse was clicked, Ok, now I understand you. Indeed, that is the right position. So why does the event have the wrong position in it?