[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: info files
From: |
Sam Peterson |
Subject: |
Re: info files |
Date: |
Sun, 29 Oct 2006 21:35:52 -0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) |
>>>>> "Dan" == Dan Bensen <randomgeek@cyberspace.net> writes:
> There are tons of .info.gz files in /usr/info, but Emacs info
> doesn't seem to see them. When I type M-x info, this appears in
> the window:
> Emacs * Info: (info). How to use the documentation browsing
> system. * Emacs: (emacs). The extensible self-documenting text
> editor. * Emacs FAQ: (efaq). Frequently Asked Questions about
> Emacs.
> etc. But nothing from /usr/info. How do you access those
> files?
The dir file has to have entries pointing to 'em. You need to use the
install-info command for this. sudo install-info <filename> <dir
file> is the typical incantation on Unix systems.
There may be a way to point info directly at a file path, it's not
something I know how to do off the top of my head right now.
--
Sam Peterson
skpeterson At nospam ucdavis.edu
"if programmers were paid to remove code instead of adding it,
software would be much better" -- unknown
- info files, Dan Bensen, 2006/10/29
- Re: info files,
Sam Peterson <=
- Re: info files, Dan Bensen, 2006/10/30
- Re: info files, Peter Dyballa, 2006/10/31
- Re: info files, rthorpe, 2006/10/31
- Re: info files, Dan Bensen, 2006/10/31
- Re: info files, Robert Thorpe, 2006/10/31
- Re: info files, Dan Bensen, 2006/10/31
- Message not available
- Re: info files, Dan Bensen, 2006/10/31
- Re: info files, Peter Dyballa, 2006/10/31
Re: info files, Peter Dyballa, 2006/10/30