* Re: How to get info pages for Emacs?
2015-06-08 18:10 ` KARR, DAVID
@ 2015-06-08 18:43 ` Tassilo Horn
2015-06-08 18:56 ` KARR, DAVID
2015-06-08 19:07 ` Dale Snell
2015-06-08 18:50 ` Dale Snell
2015-06-08 19:24 ` Jude DaShiell
2 siblings, 2 replies; 16+ messages in thread
From: Tassilo Horn @ 2015-06-08 18:43 UTC (permalink / raw)
To: KARR, DAVID; +Cc: ddsnell@frontier.com, help-gnu-emacs@gnu.org
"KARR, DAVID" <dk068x@att.com> writes:
>> Next, check in "/usr/share/info" for the file "emacs.info". If it
>> isn't there, try re-installing emacs. If it is there, check the
>> same directory for the file "doc", which is the top-level node for
>> Info. It should have the lines:
>>
>> Emacs
>> * Emacs: (emacs).
>>
>> (possibly more) in there, under Editors.
>>
>> Beyond that, I'm lost.
>
> % ls *emacs*
> emacs-gnutls.info.gz emacs.info.gz emacs-mime.info.gz
>
> % ls *doc*
> ls: cannot access *doc*: No such file or directory
That file is actually named "dir".
> However, if I run "info emacs" from the command ilne, it brings up the
> Emacs info node. It's just Emacs that can't find its own info page.
What's the value of `Info-directory-list'? I guess it doesn't contain
/usr/share/info/, and then that's the problem. That variable is
documented to be initialized from `Info-default-directory-list', so
what's the value of that variable?
Bye,
Tassilo
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: How to get info pages for Emacs?
2015-06-08 18:43 ` Tassilo Horn
@ 2015-06-08 18:56 ` KARR, DAVID
2015-06-08 19:00 ` Tassilo Horn
2015-06-08 19:07 ` Dale Snell
1 sibling, 1 reply; 16+ messages in thread
From: KARR, DAVID @ 2015-06-08 18:56 UTC (permalink / raw)
To: Tassilo Horn; +Cc: ddsnell@frontier.com, help-gnu-emacs@gnu.org
> -----Original Message-----
> From: Tassilo Horn [mailto:tsdh@gnu.org]
> Sent: Monday, June 08, 2015 11:43 AM
> To: KARR, DAVID
> Cc: ddsnell@frontier.com; help-gnu-emacs@gnu.org
> Subject: Re: How to get info pages for Emacs?
>
> "KARR, DAVID" <dk068x@att.com> writes:
>
> >> Next, check in "/usr/share/info" for the file "emacs.info". If
> it
> >> isn't there, try re-installing emacs. If it is there, check the
> >> same directory for the file "doc", which is the top-level node
> for
> >> Info. It should have the lines:
> >>
> >> Emacs
> >> * Emacs: (emacs).
> >>
> >> (possibly more) in there, under Editors.
> >>
> >> Beyond that, I'm lost.
> >
> > % ls *emacs*
> > emacs-gnutls.info.gz emacs.info.gz emacs-mime.info.gz
> >
> > % ls *doc*
> > ls: cannot access *doc*: No such file or directory
>
> That file is actually named "dir".
>
> > However, if I run "info emacs" from the command ilne, it brings
> up the
> > Emacs info node. It's just Emacs that can't find its own info
> page.
>
> What's the value of `Info-directory-list'? I guess it doesn't
> contain
> /usr/share/info/, and then that's the problem. That variable is
> documented to be initialized from `Info-default-directory-list', so
> what's the value of that variable?
That variable isn't even defined.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: How to get info pages for Emacs?
2015-06-08 18:56 ` KARR, DAVID
@ 2015-06-08 19:00 ` Tassilo Horn
2015-06-08 19:05 ` KARR, DAVID
0 siblings, 1 reply; 16+ messages in thread
From: Tassilo Horn @ 2015-06-08 19:00 UTC (permalink / raw)
To: KARR, DAVID; +Cc: ddsnell@frontier.com, help-gnu-emacs@gnu.org
"KARR, DAVID" <dk068x@att.com> writes:
>> > However, if I run "info emacs" from the command ilne, it brings
>> up the
>> > Emacs info node. It's just Emacs that can't find its own info
>> page.
>>
>> What's the value of `Info-directory-list'? I guess it doesn't
>> contain
>> /usr/share/info/, and then that's the problem. That variable is
>> documented to be initialized from `Info-default-directory-list', so
>> what's the value of that variable?
>
> That variable isn't even defined.
It should be defined after info has been loaded, e.g., after you've done
`M-x info' or `C-h i'.
Bye,
Tassilo
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: How to get info pages for Emacs?
2015-06-08 19:00 ` Tassilo Horn
@ 2015-06-08 19:05 ` KARR, DAVID
0 siblings, 0 replies; 16+ messages in thread
From: KARR, DAVID @ 2015-06-08 19:05 UTC (permalink / raw)
To: Tassilo Horn; +Cc: ddsnell@frontier.com, help-gnu-emacs@gnu.org
> -----Original Message-----
> From: Tassilo Horn [mailto:tsdh@gnu.org]
> Sent: Monday, June 08, 2015 12:00 PM
> To: KARR, DAVID
> Cc: ddsnell@frontier.com; help-gnu-emacs@gnu.org
> Subject: Re: How to get info pages for Emacs?
>
> "KARR, DAVID" <dk068x@att.com> writes:
>
> >> > However, if I run "info emacs" from the command ilne, it
> brings
> >> up the
> >> > Emacs info node. It's just Emacs that can't find its own info
> >> page.
> >>
> >> What's the value of `Info-directory-list'? I guess it doesn't
> >> contain
> >> /usr/share/info/, and then that's the problem. That variable is
> >> documented to be initialized from `Info-default-directory-list',
> so
> >> what's the value of that variable?
> >
> > That variable isn't even defined.
>
> It should be defined after info has been loaded, e.g., after you've
> done
> `M-x info' or `C-h i'.
Looks good now.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: How to get info pages for Emacs?
2015-06-08 18:43 ` Tassilo Horn
2015-06-08 18:56 ` KARR, DAVID
@ 2015-06-08 19:07 ` Dale Snell
1 sibling, 0 replies; 16+ messages in thread
From: Dale Snell @ 2015-06-08 19:07 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 1705 bytes --]
On Mon, 08 Jun 2015 20:43:16 +0200, in message 87r3pmkpmj.fsf@gnu.org,
Tassilo Horn wrote:
> "KARR, DAVID" <dk068x@att.com> writes:
>
> >> Next, check in "/usr/share/info" for the file "emacs.info". If it
> >> isn't there, try re-installing emacs. If it is there, check the
> >> same directory for the file "doc", which is the top-level node for
> >> Info. It should have the lines:
> >>
> >> Emacs
> >> * Emacs: (emacs).
> >>
> >> (possibly more) in there, under Editors.
> >>
> >> Beyond that, I'm lost.
> >
> > % ls *emacs*
> > emacs-gnutls.info.gz emacs.info.gz emacs-mime.info.gz
> >
> > % ls *doc*
> > ls: cannot access *doc*: No such file or directory
>
> That file is actually named "dir".
Ooops! Boy is my face red. Only three letters, and I got two of
them worng. Oh dear.
>
> > However, if I run "info emacs" from the command ilne, it brings up
> > the Emacs info node. It's just Emacs that can't find its own info
> > page.
>
> What's the value of `Info-directory-list'? I guess it doesn't contain
> /usr/share/info/, and then that's the problem. That variable is
> documented to be initialized from `Info-default-directory-list', so
> what's the value of that variable?
>
> Bye,
> Tassilo
>
Thanks, Tassilo. I was completely ignorant of those variables.
My dealings with Info are limited to reading the docs. (Fedora's
packaging seems to always put things in the right place.) I've
never tried to build an info file myself.
--Dale
--
Delusions are often functional. A mother's opinions about her
children's beauty, intelligence, goodness, et cetera ad nauseam,
keep her from drowning them at birth.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: How to get info pages for Emacs?
2015-06-08 18:10 ` KARR, DAVID
2015-06-08 18:43 ` Tassilo Horn
@ 2015-06-08 18:50 ` Dale Snell
2015-06-08 18:59 ` KARR, DAVID
2015-06-08 19:24 ` Jude DaShiell
2 siblings, 1 reply; 16+ messages in thread
From: Dale Snell @ 2015-06-08 18:50 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 3115 bytes --]
On Mon, 8 Jun 2015 18:10:17 +0000, in message
B8D164BED956C5439875951895CB4B22284D111A@CAFRFD1MSGUSRIA.ITServices.sbc.com,
KARR, DAVID wrote:
> > -----Original Message-----
> > From: help-gnu-emacs-bounces+dk068x=att.com@gnu.org [mailto:help-
> > gnu-emacs-bounces+dk068x=att.com@gnu.org] On Behalf Of Dale Snell
> > Sent: Monday, June 08, 2015 10:21 AM
> > To: help-gnu-emacs@gnu.org
> > Subject: Re: How to get info pages for Emacs?
> >
> > On Mon, 8 Jun 2015 16:44:52 +0000, in message
> > B8D164BED956C5439875951895CB4B22284D0F65@CAFRFD1MSGUSRIA.ITServices
> > .sbc.com,
> > KARR, DAVID wrote:
> >
> > > I've got Cygwin Emacs 24.5.1 on my desktop and Emacs 24.3.1 on my
> > > CentOS 7 VM.
> > >
> > > If I open the main "info" node on each, I see an "Emacs" node on
> > the
> > > first, but not on the second. How do I get the missing Emacs
> > info
> > > pages on my CentOS 7 VM?
> >
> > There's a couple of things I can think of. First off, is there an
> > "emacs-doc" package for Centos? If so, is it installed?
> > Honestly, I don't think this is the problem, since emacs' info
> > file should be part of the emacs package, but it's easy to check:
> >
> > yum list emacs-\* | grep -i doc
>
> No obvious "doc" package:
> ----------------
> % yum list emacs-\*
> Loaded plugins: fastestmirror, langpacks
> Loading mirror speeds from cached hostfile
> Installed Packages
> emacs.x86_64
> 1:24.3-11.el7 @base
================%<-------- snip! -------->%================
> emacs-vala-el.noarch
> 0.20.1-3.el7 base -----------------------------
Yeah, I didn't think there would be. As I said, emacs.info is
supposed to be included in the emacs package.
> > Next, check in "/usr/share/info" for the file "emacs.info". If it
> > isn't there, try re-installing emacs. If it is there, check the
> > same directory for the file "doc", which is the top-level node for
> > Info. It should have the lines:
> >
> > Emacs
> > * Emacs: (emacs).
> >
> > (possibly more) in there, under Editors.
> % ls *emacs*
> emacs-gnutls.info.gz emacs.info.gz emacs-mime.info.gz
>
> % ls *doc*
> ls: cannot access *doc*: No such file or directory
>
> However, if I run "info emacs" from the command ilne, it brings up
> the Emacs info node. It's just Emacs that can't find its own info
> page.
Interesting. There is no /usr/share/info/doc file at all? What
does info show you when you run just "info" from the command line,
without specifying a subject?
I'm running Fedora 21, which shouldn't be much different from
Centos. To me, this looks like a packaging error on Centos' part.
So far as I know, /usr/share/info/doc has to be there; it's the
top-level info node. (I could be wrong, of course; if so, I hope
someone more knowledgeable will jump in here.)
--Dale
--
"Be comforted, that in the face of all aridity and disillusionment,
And despite the changing fortunes of time,
There is always a big future in computer maintenance."
--from National Lampoon's "Deteriorata"
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: How to get info pages for Emacs?
2015-06-08 18:50 ` Dale Snell
@ 2015-06-08 18:59 ` KARR, DAVID
0 siblings, 0 replies; 16+ messages in thread
From: KARR, DAVID @ 2015-06-08 18:59 UTC (permalink / raw)
To: ddsnell@frontier.com, help-gnu-emacs@gnu.org
> -----Original Message-----
> From: help-gnu-emacs-bounces+dk068x=att.com@gnu.org [mailto:help-
> gnu-emacs-bounces+dk068x=att.com@gnu.org] On Behalf Of Dale Snell
> Sent: Monday, June 08, 2015 11:50 AM
> To: help-gnu-emacs@gnu.org
> Subject: Re: How to get info pages for Emacs?
>
> On Mon, 8 Jun 2015 18:10:17 +0000, in message
> B8D164BED956C5439875951895CB4B22284D111A@CAFRFD1MSGUSRIA.ITServices
> .sbc.com,
> KARR, DAVID wrote:
>
> > > -----Original Message-----
> > > From: help-gnu-emacs-bounces+dk068x=att.com@gnu.org
> [mailto:help-
> > > gnu-emacs-bounces+dk068x=att.com@gnu.org] On Behalf Of Dale
> Snell
> > > Sent: Monday, June 08, 2015 10:21 AM
> > > To: help-gnu-emacs@gnu.org
> > > Subject: Re: How to get info pages for Emacs?
> > >
> > > On Mon, 8 Jun 2015 16:44:52 +0000, in message
> > >
> B8D164BED956C5439875951895CB4B22284D0F65@CAFRFD1MSGUSRIA.ITServices
> > > .sbc.com,
> > > KARR, DAVID wrote:
> > >
> > > > I've got Cygwin Emacs 24.5.1 on my desktop and Emacs 24.3.1
> on my
> > > > CentOS 7 VM.
> > > >
> > > > If I open the main "info" node on each, I see an "Emacs" node
> on
> > > the
> > > > first, but not on the second. How do I get the missing Emacs
> > > info
> > > > pages on my CentOS 7 VM?
> > >
> > > There's a couple of things I can think of. First off, is there
> an
> > > "emacs-doc" package for Centos? If so, is it installed?
> > > Honestly, I don't think this is the problem, since emacs' info
> > > file should be part of the emacs package, but it's easy to
> check:
> > >
> > > yum list emacs-\* | grep -i doc
> >
> > No obvious "doc" package:
> > ----------------
> > % yum list emacs-\*
> > Loaded plugins: fastestmirror, langpacks
> > Loading mirror speeds from cached hostfile
> > Installed Packages
> > emacs.x86_64
> > 1:24.3-11.el7 @base
> ================%<-------- snip! -------->%================
> > emacs-vala-el.noarch
> > 0.20.1-3.el7 base -----------------------------
>
> Yeah, I didn't think there would be. As I said, emacs.info is
> supposed to be included in the emacs package.
>
> > > Next, check in "/usr/share/info" for the file "emacs.info". If
> it
> > > isn't there, try re-installing emacs. If it is there, check
> the
> > > same directory for the file "doc", which is the top-level node
> for
> > > Info. It should have the lines:
> > >
> > > Emacs
> > > * Emacs: (emacs).
> > >
> > > (possibly more) in there, under Editors.
>
> > % ls *emacs*
> > emacs-gnutls.info.gz emacs.info.gz emacs-mime.info.gz
> >
> > % ls *doc*
> > ls: cannot access *doc*: No such file or directory
> >
> > However, if I run "info emacs" from the command ilne, it brings
> up
> > the Emacs info node. It's just Emacs that can't find its own
> info
> > page.
>
> Interesting. There is no /usr/share/info/doc file at all? What
> does info show you when you run just "info" from the command line,
> without specifying a subject?
I guess this is consistent, as it looks like what I get from Emacs, with none of the Emacs info.
> I'm running Fedora 21, which shouldn't be much different from
> Centos. To me, this looks like a packaging error on Centos' part.
> So far as I know, /usr/share/info/doc has to be there; it's the
> top-level info node. (I could be wrong, of course; if so, I hope
> someone more knowledgeable will jump in here.)
>
> --Dale
>
> --
> "Be comforted, that in the face of all aridity and disillusionment,
> And despite the changing fortunes of time,
> There is always a big future in computer maintenance."
> --from National Lampoon's "Deteriorata"
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: How to get info pages for Emacs?
2015-06-08 18:10 ` KARR, DAVID
2015-06-08 18:43 ` Tassilo Horn
2015-06-08 18:50 ` Dale Snell
@ 2015-06-08 19:24 ` Jude DaShiell
2 siblings, 0 replies; 16+ messages in thread
From: Jude DaShiell @ 2015-06-08 19:24 UTC (permalink / raw)
To: KARR, DAVID, ddsnell@frontier.com, help-gnu-emacs@gnu.org
Have you installed the texinfo package yet?
On Mon, 8 Jun 2015, KARR, DAVID wrote:
> Date: Mon, 8 Jun 2015 14:10:17
> From: "KARR, DAVID" <dk068x@att.com>
> To: "ddsnell@frontier.com" <ddsnell@frontier.com>,
> "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
> Subject: RE: How to get info pages for Emacs?
>
>> -----Original Message-----
>> From: help-gnu-emacs-bounces+dk068x=att.com@gnu.org [mailto:help-
>> gnu-emacs-bounces+dk068x=att.com@gnu.org] On Behalf Of Dale Snell
>> Sent: Monday, June 08, 2015 10:21 AM
>> To: help-gnu-emacs@gnu.org
>> Subject: Re: How to get info pages for Emacs?
>>
>> On Mon, 8 Jun 2015 16:44:52 +0000, in message
>> B8D164BED956C5439875951895CB4B22284D0F65@CAFRFD1MSGUSRIA.ITServices
>> .sbc.com,
>> KARR, DAVID wrote:
>>
>>> I've got Cygwin Emacs 24.5.1 on my desktop and Emacs 24.3.1 on my
>>> CentOS 7 VM.
>>>
>>> If I open the main "info" node on each, I see an "Emacs" node on
>> the
>>> first, but not on the second. How do I get the missing Emacs
>> info
>>> pages on my CentOS 7 VM?
>>
>> There's a couple of things I can think of. First off, is there an
>> "emacs-doc" package for Centos? If so, is it installed?
>> Honestly, I don't think this is the problem, since emacs' info
>> file should be part of the emacs package, but it's easy to check:
>>
>> yum list emacs-\* | grep -i doc
>
> No obvious "doc" package:
> ----------------
> % yum list emacs-\*
> Loaded plugins: fastestmirror, langpacks
> Loading mirror speeds from cached hostfile
> Installed Packages
> emacs.x86_64 1:24.3-11.el7 @base
> emacs-common.x86_64 1:24.3-11.el7 @base
> emacs-filesystem.noarch 1:24.3-11.el7 @anaconda
> Available Packages
> emacs-a2ps.x86_64 4.14-23.el7 base
> emacs-a2ps-el.x86_64 4.14-23.el7 base
> emacs-auctex.noarch 11.87-4.el7 base
> emacs-auctex-doc.noarch 11.87-4.el7 base
> emacs-el.noarch 1:24.3-11.el7 base
> emacs-gettext.noarch 0.18.2.1-4.el7 base
> emacs-gettext-el.noarch 0.18.2.1-4.el7 base
> emacs-git.noarch 1.8.3.1-4.el7 base
> emacs-git-el.noarch 1.8.3.1-4.el7 base
> emacs-gnuplot.noarch 4.6.2-3.el7 base
> emacs-gnuplot-el.noarch 4.6.2-3.el7 base
> emacs-golang.noarch 1.3.3-3.el7 base
> emacs-libidn.noarch 1.28-3.el7 base
> emacs-mercurial.x86_64 2.6.2-4.el7 base
> emacs-mercurial-el.x86_64 2.6.2-4.el7 base
> emacs-nox.x86_64 1:24.3-11.el7 base
> emacs-terminal.noarch 1:24.3-11.el7 base
> emacs-vala.noarch 0.20.1-3.el7 base
> emacs-vala-el.noarch 0.20.1-3.el7 base
> -----------------------------
>
>> Next, check in "/usr/share/info" for the file "emacs.info". If it
>> isn't there, try re-installing emacs. If it is there, check the
>> same directory for the file "doc", which is the top-level node for
>> Info. It should have the lines:
>>
>> Emacs
>> * Emacs: (emacs).
>>
>> (possibly more) in there, under Editors.
>>
>> Beyond that, I'm lost.
>
> % ls *emacs*
> emacs-gnutls.info.gz emacs.info.gz emacs-mime.info.gz
>
> % ls *doc*
> ls: cannot access *doc*: No such file or directory
>
> However, if I run "info emacs" from the command ilne, it brings up the Emacs info node. It's just Emacs that can't find its own info page.
>
>> I hope this helps.
>>
>> --Dale
>>
>> --
>> "It is by caffeine alone I set my mind in motion. It is by the
>> beans of Java that thoughts acquire speed, the hands acquire
>> shakes, the shakes become a warning. It is by caffeine alone I set
>> my mind in motion."
>
>
--
^ permalink raw reply [flat|nested] 16+ messages in thread