From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9891: 24.0.90; Duplicated entry at the info directory Date: Sat, 29 Oct 2011 14:23:07 -0400 Message-ID: <2nhb2rmzck.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1319912650 5334 80.91.229.12 (29 Oct 2011 18:24:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 18:24:10 +0000 (UTC) Cc: 9891@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 20:24:06 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RKDZd-00034q-SX for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 20:24:06 +0200 Original-Received: from localhost ([::1]:57969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKDZd-0006l9-4l for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 14:24:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKDZa-0006kw-EN for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 14:24:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKDZZ-0006bO-1f for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 14:24:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKDZY-0006bF-WB for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 14:24:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RKDbV-00068N-Sp for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 14:26:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 29 Oct 2011 18:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9891 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9891-submit@debbugs.gnu.org id=B9891.131991271123516 (code B ref 9891); Sat, 29 Oct 2011 18:26:01 +0000 Original-Received: (at 9891) by debbugs.gnu.org; 29 Oct 2011 18:25:11 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RKDah-00067F-Cp for submit@debbugs.gnu.org; Sat, 29 Oct 2011 14:25:11 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RKDag-000679-4i for 9891@debbugs.gnu.org; Sat, 29 Oct 2011 14:25:10 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RKDYh-0003pQ-MZ; Sat, 29 Oct 2011 14:23:07 -0400 X-Spook: Peking mania bemd csim Ft. Knox Khaddafi BATF Telex X-Ran: &*t&]!PM}w%Me,K{W]mU;cC!CmHe6}[2"_R (Dani Moncayo's message of "Fri, 28 Oct 2011 19:39:06 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 29 Oct 2011 14:26:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:53302 Archived-At: Dani Moncayo wrote: > I don't have an INFOPATH environment variable, but I've seen that, > inside Emacs, the value of the variable `Info-directory-list' is > ("c:/emacs/trunk/info/" "c:/emacs/build/info/"). > > Each of these two directories has a `dir' file. They are exact copies > from the emacs-trunk repository (with a single `Info' entry). Then I think the duplication in the info menu is expected. IIUC, info does not make any attempt to "uniquify" menu entries (the standalone info program behaves in the same way). I think the only remaining issue that might be a bug is: did the normal Emacs-on-MS-Windows build process create these duplicate directories, or did you do something to end up in that state?