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, 11 Oct 2007 22:46:31 -0400 Message-ID: References: <1191986217.275977.242960@o80g2000hse.googlegroups.com> <1192053098.477874.283490@k79g2000hse.googlegroups.com> <877ilutu0l.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1192157331 23541 80.91.229.12 (12 Oct 2007 02:48:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2007 02:48:51 +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 Fri Oct 12 04:48:41 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 1IgAZs-0004dy-Ej for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Oct 2007 04:48:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgAZm-0000Y4-Gk for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Oct 2007 22:48:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgAXq-0006uU-1R for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2007 22:46:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgAXo-0006to-CL for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2007 22:46:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgAXo-0006tf-6K for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2007 22:46:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgAXn-0002wp-Tr for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2007 22:46:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IgAXn-0004dq-Iu; Thu, 11 Oct 2007 22:46:31 -0400 In-reply-to: <877ilutu0l.fsf@jurta.org> (message from Juri Linkov on Thu, 11 Oct 2007 02:44: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:16725 Archived-At: Thank you for your report. Your request is reasonable. It is natural to expect that clicking in the echo area where the search string is visible will allow editing this search string. This behavior is easily implementable with the following patch: If he says it gives good results, please install it. Thanks.