From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Urbanski Newsgroups: gmane.emacs.help Subject: Re: No emacs info node Date: Thu, 20 Apr 2006 13:39:10 +0200 Message-ID: References: <877j5luko9.fsf@gmail.com> <87bquwubsu.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1145536846 23685 80.91.229.2 (20 Apr 2006 12:40:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 12:40:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 20 14:40:41 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWYSP-0003yp-Fg for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Apr 2006 14:40:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWYSO-0008QH-VX for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Apr 2006 08:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-NNTP-Posting-Host: 82.113.109.137 Original-X-Trace: quimby.gnus.org 1145533252 32689 82.113.109.137 (20 Apr 2006 11:40:52 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 20 Apr 2006 11:40:52 +0000 (UTC) User-Agent: KNode/0.7.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:138891 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34509 Archived-At: Eli Zaretskii wrote: >> From: Sven Urbanski >> Date: Thu, 20 Apr 2006 09:50:47 +0200 >> >> In fact, I think it's not an emacs problem. When I have a shell (no >> emacs, just bash) and type >> $ info emacs >> I get the emacs info node. But typing >> $ info >> g emacs >> I get: Cannot find node `emacs'. >> It's the same with typing >> mEmacs >> I get: >> Menu item: Emacs [No completions] > > One possible reason for this discrepancy is that the file named `dir' > in your `info' directory doesn't include a menu entry for the Emacs > manual. Can you verify that? Yes, this is true. I added two lines to this file (dir): "* gcc: (gcc). the gnu compiler * emacs: (emacs). gnu emacs " now everything's working as it should in bash _and_ in emacs. Thanks for this hint! But the file 'dir' is auto-generated, isn't it? In other words: why did I have to add these lines ? Sven