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: info Date: Thu, 30 Jan 2003 10:21:25 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043940133 3192 80.91.224.249 (30 Jan 2003 15:22:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 15:22:13 +0000 (UTC) Cc: kai.grossjohann@uni-duisburg.de Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eGVC-0000kB-00 for ; Thu, 30 Jan 2003 16:21:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18eGat-0003y8-00 for ; Thu, 30 Jan 2003 16:27:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eGWS-0008F3-0A for emacs-devel@quimby.gnus.org; Thu, 30 Jan 2003 10:22:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eGWF-0008C6-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 10:22:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eGWD-0008AL-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 10:22:21 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eGVJ-0007p2-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 10:21:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18eGVJ-0004hc-00; Thu, 30 Jan 2003 10:21:25 -0500 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Wed, 29 Jan 2003 16:20:08 +0200 (IST)) Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11222 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11222 I don't remember all the intricacies of this, but I do remember that it is not always easy to decide what menu item to select. Imagine something like this menu fragment, for instance: * foo: (foo). Our Foo. ! * bar: (bar). Your Bar. with point at the exclam: which item will you choose? In this case, it would be good for RET to get an error. Probably it should take a single menu item to consist of the * line followed by all successive indented lines, including blank lines when further indented lines follow but excluding blank lines that would be at the end of the menu item.