From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Strange emacsclient behaviour during use of isearch Date: Tue, 20 Mar 2007 23:56:24 -0400 Message-ID: References: <7f9b11c90703101224n50b16955pe853c81979dd4f51@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174449521 22097 80.91.229.12 (21 Mar 2007 03:58:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 03:58:41 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Mar 21 04:58:34 2007 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HTry5-0007Yu-S4 for gebp-emacs-pretest-bug@gmane.org; Wed, 21 Mar 2007 04:58:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTrzi-0001Ni-VI for gebp-emacs-pretest-bug@gmane.org; Tue, 20 Mar 2007 23:00:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTrzb-0001NR-B0 for emacs-pretest-bug@gnu.org; Wed, 21 Mar 2007 00:00:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTrza-0001ND-Db for emacs-pretest-bug@gnu.org; Wed, 21 Mar 2007 00:00:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTrza-0001NA-85; Tue, 20 Mar 2007 23:00:06 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTrxw-0000HG-EU; Tue, 20 Mar 2007 23:58:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HTrw0-0001Ta-1z; Tue, 20 Mar 2007 23:56:24 -0400 In-reply-to: (lekktu@gmail.com) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:17681 gmane.emacs.devel:68194 Archived-At: I looked at the code and concluded that there is no way to distinguish the case of a minibuffer on another terminal from the case of a minibuffer on the same terminal. So I think the minibuffer always has to be aborted. (I said this a few days ago.) We may as well treat isearch like the minibuffer. So please go ahead and make the proposed change.