unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* info files
@ 2006-10-30  4:17 Dan Bensen
  2006-10-30  5:35 ` Sam Peterson
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Dan Bensen @ 2006-10-30  4:17 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-30  4:17 info files Dan Bensen
@ 2006-10-30  5:35 ` Sam Peterson
  2006-10-31  4:34   ` Dan Bensen
  2006-10-30 12:44 ` Peter Dyballa
       [not found] ` <mailman.430.1162212279.27805.help-gnu-emacs@gnu.org>
  2 siblings, 1 reply; 14+ messages in thread
From: Sam Peterson @ 2006-10-30  5:35 UTC (permalink / raw)


>>>>> "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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-30  4:17 info files Dan Bensen
  2006-10-30  5:35 ` Sam Peterson
@ 2006-10-30 12:44 ` Peter Dyballa
       [not found] ` <mailman.430.1162212279.27805.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 14+ messages in thread
From: Peter Dyballa @ 2006-10-30 12:44 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 30.10.2006 um 05:17 schrieb Dan Bensen:

> There are tons of .info.gz files in /usr/info, but Emacs info  
> doesn't seem to see them.

When you are in *info* and type C-x d (to enter dired mode): where  
are you? If you're outside of /usr/info (presumingly in /usr/local/ 
info), then you'll need to add /usr/info to the environment variable  
INFOPATH. Or you set an INFOPATH environment variable in some init  
file (site-start.el, .emacs) ...

Check also that a ``dir´´ file exists that contains descriptions of  
all info.gz files!

--
Greetings

   Pete

This is a signature virus.  Add me to your signature and help me to live

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-30  5:35 ` Sam Peterson
@ 2006-10-31  4:34   ` Dan Bensen
  2006-10-31 10:22     ` Peter Dyballa
                       ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Dan Bensen @ 2006-10-31  4:34 UTC (permalink / raw)


Sam Peterson wrote:
> 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.

I don't seem to have it.

root[ocaml]# which install-info
which: no install-info in 
(/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-31  4:34   ` Dan Bensen
@ 2006-10-31 10:22     ` Peter Dyballa
  2006-10-31 14:41     ` rthorpe
       [not found]     ` <mailman.454.1162290165.27805.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 14+ messages in thread
From: Peter Dyballa @ 2006-10-31 10:22 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 31.10.2006 um 05:34 schrieb Dan Bensen:

> I don't seem to have it.
>
> root[ocaml]# which install-info
> which: no install-info in (/usr/local/sbin:/usr/local/bin:/sbin:/ 
> usr/sbin:/bin:/usr/bin)

So you need to install the GNU texinfo package: http://www.gnu.org/ 
software/texinfo/.

--
Greetings

   Pete

Ich bin dafür, die Dinge soweit wie möglich zu vereinfachen.
Aber nicht weiter.         - Albert Einstein

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-31  4:34   ` Dan Bensen
  2006-10-31 10:22     ` Peter Dyballa
@ 2006-10-31 14:41     ` rthorpe
  2006-10-31 15:44       ` Dan Bensen
       [not found]     ` <mailman.454.1162290165.27805.help-gnu-emacs@gnu.org>
  2 siblings, 1 reply; 14+ messages in thread
From: rthorpe @ 2006-10-31 14:41 UTC (permalink / raw)


Dan Bensen wrote:
> Sam Peterson wrote:
> > 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.
>
> I don't seem to have it.
>
> root[ocaml]# which install-info
> which: no install-info in
> (/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin)

As well as getting the TexInfo package from somewhere you might want to
check your system is OK.  Mostly install-info is part of the base
install of a GNU/Linux distro since it's often automatically triggered
after installation of a package to update the dir file.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-31 14:41     ` rthorpe
@ 2006-10-31 15:44       ` Dan Bensen
  2006-10-31 17:58         ` Robert Thorpe
  0 siblings, 1 reply; 14+ messages in thread
From: Dan Bensen @ 2006-10-31 15:44 UTC (permalink / raw)


rthorpe@realworldtech.com wrote:
> As well as getting the TexInfo package from somewhere you might want to
> check your system is OK.
This is a fresh install of Zenwalk, which used to be Minislack.  The CD 
was current as of this past summer.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
       [not found]     ` <mailman.454.1162290165.27805.help-gnu-emacs@gnu.org>
@ 2006-10-31 15:47       ` Dan Bensen
  2006-10-31 16:48         ` Peter Dyballa
  0 siblings, 1 reply; 14+ messages in thread
From: Dan Bensen @ 2006-10-31 15:47 UTC (permalink / raw)


Peter Dyballa wrote:
> So you need to install the GNU texinfo package: 
> http://www.gnu.org/software/texinfo/.
Oh.  I thought Emacs had an info reader built into it.  Thanks.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-31 15:47       ` Dan Bensen
@ 2006-10-31 16:48         ` Peter Dyballa
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Dyballa @ 2006-10-31 16:48 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 31.10.2006 um 16:47 schrieb Dan Bensen:

> Peter Dyballa wrote:
>> So you need to install the GNU texinfo package: http://www.gnu.org/ 
>> software/texinfo/.
> Oh.  I thought Emacs had an info reader built into it.  Thanks.

The info files reader is built-in, but not the software to set up the  
info files system, particularly the automatic creator of entries in  
the dir files. Again, GNU Emacs has also the ability to interpret the  
dir files ...

--
Greetings

   Pete

"Computers are good at following instructions,
but not at reading your mind."
D. E. Knuth, The TeXbook, Addison-Wesley 1984, 1986, 1996, p. 9

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-31 15:44       ` Dan Bensen
@ 2006-10-31 17:58         ` Robert Thorpe
  2006-11-01  0:33           ` Dan Bensen
  0 siblings, 1 reply; 14+ messages in thread
From: Robert Thorpe @ 2006-10-31 17:58 UTC (permalink / raw)


Dan Bensen wrote:
> rthorpe@realworldtech.com wrote:
> > As well as getting the TexInfo package from somewhere you might want to
> > check your system is OK.
> This is a fresh install of Zenwalk, which used to be Minislack.  The CD
> was current as of this past summer.

I see.  People from the corner of the world near Slackware tend to like
"minimalism" as a result they tend not to use Emacs and so tend not to
support it well.  Possibly none of the developers have ever noticed
that the manuals don't come up properly because they don't use Emacs or
info.  (Understand this isn't a direct allegation against Zenwalk, it's
just been something I've noticed in other Slackware derivatives).

Slackware itself supports Emacs reasonably though.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-10-31 17:58         ` Robert Thorpe
@ 2006-11-01  0:33           ` Dan Bensen
  0 siblings, 0 replies; 14+ messages in thread
From: Dan Bensen @ 2006-11-01  0:33 UTC (permalink / raw)


Robert Thorpe wrote:
> I see.  People from the corner of the world near Slackware tend to like
> "minimalism" as a result they tend not to use Emacs

Really?  I thought Slackers were the smartest Linux hackers so they 
would use the smartest editor.  :)

> info.  (Understand this isn't a direct allegation against Zenwalk, it's
> just been something I've noticed in other Slackware derivatives).
> Slackware itself supports Emacs reasonably though.

I'm not entirely happy with ZW, so I may try Slack.  Minimalism in ZW 
includes a lack of install options, lots of missing fonts, no texinfo, 
nonfunctioning sound, and not the greatest online support in the world. 
  Oh, well.  At 400MB, it's a convenient download.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
       [not found] ` <mailman.430.1162212279.27805.help-gnu-emacs@gnu.org>
@ 2006-11-19 22:25   ` David Combs
  2006-11-20  4:18     ` Eli Zaretskii
       [not found]     ` <mailman.864.1163996313.2155.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 14+ messages in thread
From: David Combs @ 2006-11-19 22:25 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]

In article <mailman.430.1162212279.27805.help-gnu-emacs@gnu.org>,
Peter Dyballa  <Peter_Dyballa@Web.DE> wrote:
>
>Am 30.10.2006 um 05:17 schrieb Dan Bensen:
>
>> There are tons of .info.gz files in /usr/info, but Emacs info  
>> doesn't seem to see them.
>
>When you are in *info* and type C-x d (to enter dired mode): where  
>are you? If you're outside of /usr/info (presumingly in /usr/local/ 
>info), then you'll need to add /usr/info to the environment variable  
>INFOPATH. Or you set an INFOPATH environment variable in some init  
>file (site-start.el, .emacs) ...
>
>Check also that a ``dir´´ file exists that contains descriptions of  
>all info.gz files!

Is what you're talking about refer especially to linux?

Because I have no $INFOPATH, nor any dir44 files, yet info seems to work ok.

Maybe because I myself downloaded and compiled (gnu) emacs, on my
sunblade-100 solaris-9 system?

And, by hand I made 

Info-default-directory-list's value is 
("/big7/from_netcom-dir4/sources2-stuff/cvs-emacs--6apr05/info/" "/opt/csw/info/" "/opt/sfw/info/" "/usr/local/info/" "/ROOT-FOR--me-FIRST-in-PATH-tree/info" "/big5/david3/from_netcom-dir1/emacs-stuff/elisp-manual-21-2.8/" "/david3/from_netcom-dir2/perl-stuff/perl-info.5.004/info/" "/myexternals/opt/gnu/diffutils-2.7/info/" "/big5/david3/from_netcom-dir1/emacs-stuff/emacs-lisp-intro-2.04/" "/opt/sfw/lib/xemacs-21.1.14/info/" "/opt/csw/info/" "/usr/local/info/" "/usr/local/share/info/" "/usr/local/gnu/info/" "/usr/local/gnu/lib/info/" "/usr/local/gnu/lib/emacs/info/" "/usr/local/emacs/info/" "/usr/local/lib/info/" "/usr/local/lib/emacs/info/")



Puzzled about INFOPATH and dir44-files.

David

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
  2006-11-19 22:25   ` David Combs
@ 2006-11-20  4:18     ` Eli Zaretskii
       [not found]     ` <mailman.864.1163996313.2155.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2006-11-20  4:18 UTC (permalink / raw)


> From: dkcombs@panix.com (David Combs)
> Date: Sun, 19 Nov 2006 22:25:47 +0000 (UTC)
> 
> Is what you're talking about refer especially to linux?

No.

> Because I have no $INFOPATH, nor any dir44 files, yet info seems to work ok.

When INFOPATH is not set, Emacs looks in a list of standard
directories, including the one where you installed Emacs.

I don't know about dir44, since I can find no references to such a
file in this thread.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: info files
       [not found]     ` <mailman.864.1163996313.2155.help-gnu-emacs@gnu.org>
@ 2006-11-20 16:59       ` Robert Thorpe
  0 siblings, 0 replies; 14+ messages in thread
From: Robert Thorpe @ 2006-11-20 16:59 UTC (permalink / raw)


Eli Zaretskii wrote:
> > From: dkcombs@panix.com (David Combs)
> > Date: Sun, 19 Nov 2006 22:25:47 +0000 (UTC)
> >
> > Is what you're talking about refer especially to linux?
...
> I don't know about dir44, since I can find no references to such a
> file in this thread.

I think some newsreader has had a problem with character sets here.  To
Dave Combs: They are dir files if Info works on your system then you
have one, or more.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-11-20 16:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30  4:17 info files Dan Bensen
2006-10-30  5:35 ` Sam Peterson
2006-10-31  4:34   ` Dan Bensen
2006-10-31 10:22     ` Peter Dyballa
2006-10-31 14:41     ` rthorpe
2006-10-31 15:44       ` Dan Bensen
2006-10-31 17:58         ` Robert Thorpe
2006-11-01  0:33           ` Dan Bensen
     [not found]     ` <mailman.454.1162290165.27805.help-gnu-emacs@gnu.org>
2006-10-31 15:47       ` Dan Bensen
2006-10-31 16:48         ` Peter Dyballa
2006-10-30 12:44 ` Peter Dyballa
     [not found] ` <mailman.430.1162212279.27805.help-gnu-emacs@gnu.org>
2006-11-19 22:25   ` David Combs
2006-11-20  4:18     ` Eli Zaretskii
     [not found]     ` <mailman.864.1163996313.2155.help-gnu-emacs@gnu.org>
2006-11-20 16:59       ` Robert Thorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).