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: standalone Info: no @copying text? Date: Wed, 16 Jul 2003 15:27:56 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200307162027.h6GKRuf23275@raven.dms.auburn.edu> References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058387545 9321 80.91.224.249 (16 Jul 2003 20:32:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2003 20:32:25 +0000 (UTC) Cc: karl@cs.umb.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jul 16 22:32:21 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 19cswn-0002Pz-00 for ; Wed, 16 Jul 2003 22:32:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19ctBA-0006hQ-00 for ; Wed, 16 Jul 2003 22:47:12 +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 19csv6-0006O4-PU for emacs-devel@quimby.gnus.org; Wed, 16 Jul 2003 16:30:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19csuU-0006Ep-Ej for emacs-devel@gnu.org; Wed, 16 Jul 2003 16:29:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19cstw-0005Vp-VJ for emacs-devel@gnu.org; Wed, 16 Jul 2003 16:29:25 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19cstK-0005M9-LD for emacs-devel@gnu.org; Wed, 16 Jul 2003 16:28:46 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.9/8.12.9) with ESMTP id h6GKSgeQ013160; Wed, 16 Jul 2003 15:28:42 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h6GKRuf23275; Wed, 16 Jul 2003 15:27:56 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:15638 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15638 Robert Chassell wrote: GNU Emacs 21.3.50.140 (i686-pc-linux-gnu, X toolkit) of 2003-07-16 info (GNU texinfo) 4.6 I happened to look at an Info file both in GNU Emacs Info and in the standalone Info. The GNU Emacs Info correctly shows the @copying text, but the standalone Info does not. I use "info (GNU texinfo) 4.6" too and always seem to get the @copying text in the stand-alone Info. Do your INFOPATH environment variable and your `Info-directory-list' Elisp variable contain the same directories in exactly the same order? Your stand-alone Info reader could be using an old .info file. Sincerely, Luc.