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: Suggestions for the temporary windows used from the minibuffer Date: Mon, 08 Aug 2005 08:09:14 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1123505470 13328 80.91.229.2 (8 Aug 2005 12:51:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2005 12:51:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 14:51:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E274j-00023R-EH for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2005 14:49:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E277j-0004ox-Q8 for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2005 08:52:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E26zs-000068-DT for emacs-devel@gnu.org; Mon, 08 Aug 2005 08:44:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E26zp-0008WF-SD for emacs-devel@gnu.org; Mon, 08 Aug 2005 08:44:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E26y9-0007SW-ER for emacs-devel@gnu.org; Mon, 08 Aug 2005 08:43:05 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E26gx-0000zp-2V for emacs-devel@gnu.org; Mon, 08 Aug 2005 08:25:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E26RO-0002J7-Hc; Mon, 08 Aug 2005 08:09:14 -0400 Original-To: "Drew Adams" In-reply-to: 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:41702 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41702 If, instead of creating new commands, the existing command definitions were simply changed to effect an alternative behavior (~ a hook) when there is no "other" window, then that would simplify the implementation, at least. Such a hook is not worth adding. A specific useful fallback behavior might be worth adding. But please let's wait until after the release to discuss this.