From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Improved help from minibuffer prompts Date: Wed, 14 Apr 2004 12:43:05 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040414.124305.125095840.jet@gyve.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081914418 24903 80.91.224.253 (14 Apr 2004 03:46:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2004 03:46:58 +0000 (UTC) Cc: emacs-devel@gnu.org, xsteve@riic.at Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 14 05:46:50 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDbMQ-0000wr-00 for ; Wed, 14 Apr 2004 05:46:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDbMK-0002QE-00 for ; Wed, 14 Apr 2004 05:46:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDbKo-00084d-Cj for emacs-devel@quimby.gnus.org; Tue, 13 Apr 2004 23:45:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDbJp-0007oi-PN for emacs-devel@gnu.org; Tue, 13 Apr 2004 23:44:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDbJD-0007ZX-Lx for emacs-devel@gnu.org; Tue, 13 Apr 2004 23:44:02 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDbJC-0007Yb-Sa; Tue, 13 Apr 2004 23:43:31 -0400 Original-Received: from localhost ([219.120.63.249]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i3E3hTI15426; Wed, 14 Apr 2004 12:43:29 +0900 (JST) Original-To: miles@gnu.org, miles@lsi.nec.co.jp In-Reply-To: X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21614 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21614 > That way, you could either hit `?' after typing the command, or e.g. hit > TAB a few times -- once to complete the command, and another time to > display help. I think "Hitting tab Multiple" is good idea. Further more it is consistent with all minibuffer-*-map. In minibuffer-local-map, the user can get the help with tab once. Masatake YAMATO