From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] ignoring Info extensions Date: Sat, 03 Apr 2004 00:47:47 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <874qs2netc.fsf@mail.jurta.org> References: <200404010201.i3121XM31201@f7.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080948888 32565 80.91.224.253 (2 Apr 2004 23:34:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2004 23:34:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Apr 03 01:34:39 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 1B9YBL-0005ch-00 for ; Sat, 03 Apr 2004 01:34:39 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9YBK-0005O6-00 for ; Sat, 03 Apr 2004 01:34:38 +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 1B9Y5U-0002Jc-Sd for emacs-devel@quimby.gnus.org; Fri, 02 Apr 2004 18:28:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B9Y4n-00023l-E8 for emacs-devel@gnu.org; Fri, 02 Apr 2004 18:27:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B9Y4D-0001uE-D8 for emacs-devel@gnu.org; Fri, 02 Apr 2004 18:27:48 -0500 Original-Received: from [66.33.219.19] (helo=spoon.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9Y4D-0001u9-3C for emacs-devel@gnu.org; Fri, 02 Apr 2004 18:27:17 -0500 Original-Received: from mail.jurta.org (80-235-35-194-dsl.mus.estpak.ee [80.235.35.194]) by spoon.dreamhost.com (Postfix) with ESMTP id 9C3F613D83B; Fri, 2 Apr 2004 15:27:16 -0800 (PST) Original-To: karl@freefriends.org (Karl Berry) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) 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:21212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21212 There are other problems in Info manuals: 1. If an Info node contains two menus, then the first menu item after the second `* Menu:' is hidden. And both standalone and Emacs Info readers add an item `Menu' to the menu completion list (invoked by `m'). An example of such node is (info "(gnus)Marking Articles"). Are two menus allowed in one node, or should we fix Info readers? 2. If a menu has an empty item (a single `*' on the whole line) then the previous menu item is displayed in Info-title-1-face. An example of such menu is the START-INFO-DIR-ENTRY of coreutils.info. Perhaps a line should be displayed in Info-title-1-face only if the following line has two or more `*'. -- Juri Linkov http://www.jurta.org/emacs/