From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Stoeber Newsgroups: gmane.emacs.bugs Subject: Tutorial menu item - unfortunate implementation Date: Wed, 26 Jun 2002 10:44:12 +0000 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <20020626104412.GA16076@xyz> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025088310 3755 127.0.0.1 (26 Jun 2002 10:45:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 26 Jun 2002 10:45:10 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17NAIP-0000yS-00 for ; Wed, 26 Jun 2002 12:45:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17NAIf-000841-00; Wed, 26 Jun 2002 06:45:25 -0400 Original-Received: from manelan061.rz.tu-ilmenau.de ([141.24.132.61] helo=xyz) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17NAHd-0007oX-00 for ; Wed, 26 Jun 2002 06:44:21 -0400 Original-Received: from q by xyz with local (Exim 3.12 #1 (Debian)) id 17NAHU-0004J7-00 for ; Wed, 26 Jun 2002 10:44:12 +0000 Original-To: bug-gnu-emacs@gnu.org Content-Disposition: inline Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2282 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2282 Start Emacs 21.2.1 in its own X window. In the menu bar, click "Help" -> "Emacs Tutorial (choose language)...". Now the minibuffer says "Language: " and Emacs is as helpful as a silent sage. Is that appropriate for the type of user who would click on that menu item? User must guess there's a string for him to enter, must guess the right string (or be rewarded with "[no match]"), or type `?' or `TAB' first by some lucky impulse. I think it would suffice to have the `*Completions*' buffer appear automatically (without user pressing `TAB'). Luckily, the `*Completions*' buffer is a clickable menu.