From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Blank lines being added to Info dirs. Date: Wed, 28 Dec 2005 20:45:20 +0200 Message-ID: References: <200512280436.jBS4acR00729@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1135795554 14356 80.91.229.2 (28 Dec 2005 18:45:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Dec 2005 18:45:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 28 19:45:52 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ErgIw-00015q-3v for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2005 19:45:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErgKF-0004Nt-MB for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2005 13:47:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ErgK1-0004La-9C for emacs-devel@gnu.org; Wed, 28 Dec 2005 13:46:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ErgK0-0004Kb-9O for emacs-devel@gnu.org; Wed, 28 Dec 2005 13:46:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErgK0-0004KS-1e for emacs-devel@gnu.org; Wed, 28 Dec 2005 13:46:48 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ErgKD-0007Fb-1F for emacs-devel@gnu.org; Wed, 28 Dec 2005 13:47:01 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-250-156.inter.net.il [83.130.250.156]) by romy.inter.net.il (MOS 3.7.2-GA) with ESMTP id DGJ21279 (AUTH halo1); Wed, 28 Dec 2005 20:45:11 +0200 (IST) Original-To: Luc Teirlinck In-reply-to: <200512280436.jBS4acR00729@raven.dms.auburn.edu> (message from Luc Teirlinck on Tue, 27 Dec 2005 22:36:38 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48439 Archived-At: > Date: Tue, 27 Dec 2005 22:36:38 -0600 (CST) > From: Luc Teirlinck > > Each time I build and install Emacs, a blank line gets added to > /user/local/info/dir. I do not remember seeing this before, so it > must be rather recent. > > More precisely: > > Emacs > * AUCTeX: (auctex). A much enhanced TeX/LaTeX mode for Emacs. > > > * Ada mode: (ada-mode). Emacs mode for editing Ada code. > > Each time I build and install Emacs, I get one extra blank line > between the AUCTeX and "Ada mode" entries. Did you perhaps install a new version of Texinfo lately? /user/local/info/dir is updated by running the install-info program when you say "make install" (see Makefile.in in the top-level directory of the source tree). ada-mode is the first manual for which install-info is run at "make install" time (AUC TeX is not part of the Emacs distro, so its line doesn't get updated). Can you see if a line gets added if you run install-info manually from the shell's prompt to update the entry for ada-mode?