From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Hiding *Note:: "tags" in info files Date: Thu, 31 Oct 2002 08:00:22 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <5xvg3jo57z.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1036044295 10590 80.91.224.249 (31 Oct 2002 06:04:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2002 06:04:55 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1878Rp-0002kg-00 for ; Thu, 31 Oct 2002 07:04:53 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1878XH-0000K3-00 for ; Thu, 31 Oct 2002 07:10:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1878PU-00060h-00; Thu, 31 Oct 2002 01:02:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1878On-0004ox-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 01:01:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1878NX-0003Gf-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 01:00:59 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1878NW-00037x-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 01:00:26 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA20801; Thu, 31 Oct 2002 08:00:22 +0200 (IST) X-Sender: eliz@is Original-To: "Kim F. Storm" In-Reply-To: <5xvg3jo57z.fsf@kfs2.cua.dk> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8982 On 31 Oct 2002, Kim F. Storm wrote: > BTW, should it handle *note Item: Section. differently from *note Item:: > (e.g. by hiding the Section part)? Perhaps we should go the TeX way here as well, i.e. remove the "*note" part and produce "Item [in Section]" instead. Removing the "Section" part altogether is also a good idea. It's there only for the browser to find the right node. > In any case, there are many incorrect uses of *Note: in the info files, > so you will still see a some "see See ..." occurrences. Good! Perhaps this will prompt users to report those places to the package maintainers.