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: Hiding *Note:: "tags" in info files Date: Thu, 31 Oct 2002 12:26:33 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036085650 5937 80.91.224.249 (31 Oct 2002 17:34:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2002 17:34:10 +0000 (UTC) Cc: schwab@suse.de, storm@cua.dk, 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 187JCq-0001XX-00 for ; Thu, 31 Oct 2002 18:34:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187JIX-00079K-00 for ; Thu, 31 Oct 2002 18:40:01 +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 187JBI-0005Up-00; Thu, 31 Oct 2002 12:32:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187J5f-0001pO-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 12:26:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187J5X-0001kB-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 12:26:41 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187J5W-0001jM-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 12:26:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 187J5V-0003sh-00; Thu, 31 Oct 2002 12:26:33 -0500 Original-To: eliz@is.elta.co.il In-reply-to: (message from Eli Zaretskii on Wed, 30 Oct 2002 16:14:33 +0200 (IST)) 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:9005 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9005 > This is actually broken to begin with. If used properly the xref commands > in texinfo never generate such an output. Right. The correct usage ("See @ref...") produces "See *note...", with a lower-case `n'. You should use @xref, not @ref, in a case like this.