From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Improved help from minibuffer prompts Date: Fri, 16 Apr 2004 14:08:36 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1082139357 24084 80.91.224.253 (16 Apr 2004 18:15:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2004 18:15:57 +0000 (UTC) Cc: xsteve@riic.at, emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 16 20:15: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 1BEXsU-0002gG-00 for ; Fri, 16 Apr 2004 20:15: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 1BEXsT-0001H8-00 for ; Fri, 16 Apr 2004 20:15: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 1BEXom-0002uA-Nk for emacs-devel@quimby.gnus.org; Fri, 16 Apr 2004 14:12:00 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEXnf-0002gh-Iw for emacs-devel@gnu.org; Fri, 16 Apr 2004 14:10:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEXn8-0002V8-RU for emacs-devel@gnu.org; Fri, 16 Apr 2004 14:10:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEXm7-0002Fh-BL for emacs-devel@gnu.org; Fri, 16 Apr 2004 14:09:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1BEXlU-0000NY-Uy; Fri, 16 Apr 2004 14:08:36 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:21779 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21779 The problem with using just C-h or f1 is that it would block the ability to use C-h b or C-h k in the minibuffer. Yes. You could turn it off. Maybe C-h C-h would be ok. It would be ok as a way to get at describe-key. You'd type C-h C-h k.