From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Baloff Newsgroups: gmane.emacs.help Subject: Re: global key not binding Date: 11 Aug 2005 07:13:14 +1000 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <878xz9a42d.fsf@wash.edu> References: <8764uejjgz.fsf@wash.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123707516 21690 80.91.229.2 (10 Aug 2005 20:58:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2005 20:58:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 10 22:58:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E2xdP-0007Bj-PJ for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Aug 2005 22:57:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2xgX-0004VU-3O for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Aug 2005 17:00:25 -0400 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-Original-NNTP-Posting-Host: 210.50.68.8 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 29 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1123707104 un-2park-reader-02.sydney.pipenetworks.com.au 15511 203.134.67.67:3043 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.kjsl.com!news.spies.com!newsfeed-3001.bay.webtv.net!news.moat.net!quokka.wn.com.au!token.pipenetworks.com!218.100.2.58.MISMATCH!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:133111 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:28634 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28634 Peter Dyballa writes: > Am 10.08.2005 um 10:15 schrieb Baloff: > > > $info gcc puts out the info pages. > > but in emacs C-h i m gcc does not show anything about gcc. > > any problem I need to fix to see the info for gcc. > > > > Emacs needs the dir directory files in the info directories to know > what info files exist there. > Thanks I fond some info about how to fix my problem but needing some help in implementing the solution. I don't have INFOPATH in my $env output. my paths.el is there but I don't understand it much. I need to add this (/var/lib/dpkg/info/) to the list in the variable (Info-directory-list) C-h v Info-directory-list list does not have it, so I think I have to add it. how should I do it? thanks