From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: history search trouble Date: Thu, 19 Jan 2006 12:44:49 -0500 Message-ID: References: <87r777vnuu.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137702429 3738 80.91.229.2 (19 Jan 2006 20:27:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 20:27:09 +0000 (UTC) Cc: emacs-devel@gnu.org, evilborisnet@netscape.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 19 21:27:08 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 1EzgMY-0001Qo-NY for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 21:26:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzgOt-0002Vh-0l for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 15:28:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ezdvj-0006GA-6E for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:50:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ezdvi-0006Fi-7a for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:50:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezdvh-0006Ff-IQ for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:50:37 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ezdzl-00029s-W5 for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:54:50 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ezdq5-0008KM-N2; Thu, 19 Jan 2006 12:44:49 -0500 Original-To: Juri Linkov In-reply-to: <87r777vnuu.fsf@jurta.org> (message from Juri Linkov on Tue, 17 Jan 2006 03:29:21 +0200) 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:49265 Archived-At: > -- history search broke, in all context where I use it. I just tried > it again: invoked several nonsense commands via M-!, then tried M-! > M-r something RET and got back a beep with "No previous history > search regexp". This is due to the change: 2005-12-31 Richard M. Stallman * minibuf.c (read_minibuf): Clear out all other minibuffer windows. Since I don't know the intention of this change, I can't provide a fix. The purpose was to prevent outer-level minibuffers from visibly appearing in other frames. I will install a fix.