From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: tramp.texi Date: Sat, 14 Jun 2003 23:14:10 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200306150414.h5F4EAS07370@eel.dms.auburn.edu> References: <200306150349.h5F3nAl07357@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055650332 4858 80.91.224.249 (15 Jun 2003 04:12:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2003 04:12:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 15 06:12:07 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ROsB-0001GB-00 for ; Sun, 15 Jun 2003 06:12:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19RPEv-00018J-00 for ; Sun, 15 Jun 2003 06:35:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ROuN-0001uR-TN for emacs-devel@quimby.gnus.org; Sun, 15 Jun 2003 00:14:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ROu3-0001r2-EQ for emacs-devel@gnu.org; Sun, 15 Jun 2003 00:14:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ROu1-0001iY-1K for emacs-devel@gnu.org; Sun, 15 Jun 2003 00:14:02 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ROtx-0001Y5-Sf; Sun, 15 Jun 2003 00:13:58 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h5F4Dtoc026198; Sat, 14 Jun 2003 23:13:56 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h5F4EAS07370; Sat, 14 Jun 2003 23:14:10 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200306150349.h5F3nAl07357@eel.dms.auburn.edu> (message from Luc Teirlinck on Sat, 14 Jun 2003 22:49:10 -0500 (CDT)) Original-cc: karl@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:15101 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15101 By looking at the two versions of tramp (_without_ .texi), the one produced before switching and the one after, it seems obvious that the `@direntry' and `@dircategory' commands should be used _after_ @copying, otherwise the Copyright notice appears in the wrong place and this confuses the tag table. But I could not find any mention of this in the documentation. Sincerely, Luc.