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: menu-bar: disable items when no frame visible Date: Sun, 25 Dec 2005 21:19:45 -0500 Message-ID: References: <708F3D2D-A87C-4F80-BC27-171D82653F4D@gmail.com> <069BF3EB-C5E4-4042-91E9-0DFB37C58E99@gmail.com> <87u0d3cu9y.fsf@jurta.org> <87y82b7evb.fsf@jurta.org> <9F80EEEC-3EDF-47B5-9837-2091650A8C5D@gmail.com> <574B84E7-DF6B-4220-BE7E-9AE69AFF135D@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135563697 13273 80.91.229.2 (26 Dec 2005 02:21:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2005 02:21:37 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 26 03:21:36 2005 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 1EqhzO-0000Eh-1B for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 03:21:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eqi0Z-00086m-8K for ged-emacs-devel@m.gmane.org; Sun, 25 Dec 2005 21:22:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EqhzM-0007Ui-3h for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EqhzL-0007Tu-5F for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqhzK-0007Tk-Ou for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:26 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eqhz5-0008N7-0Y for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:11 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Eqhxh-0000zj-Ak; Sun, 25 Dec 2005 21:19:45 -0500 Original-To: David Reitter In-reply-to: <574B84E7-DF6B-4220-BE7E-9AE69AFF135D@gmail.com> (message from David Reitter on Sun, 25 Dec 2005 10:54:07 +0100) 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:48365 Archived-At: Is it possible to automatically signal a `quit' to the current minibuffer prompt function when another minibuffer is set up? That might be a good feature, especially for beginning users. It's not straightforward to implement, since it would require a nonlocal exit to the command loop, to exit the first minibuffer and the command that invoked it, and after this it would be necessary to invoke the second command again. But it should not be terribly hard. We should not install this till after the release, but you could write it now.