* Re: new package info not found
2006-04-11 15:38 new package info not found Gary Weselle
@ 2006-04-10 20:49 ` Cor Gest
2006-04-11 16:52 ` Gary Weselle
0 siblings, 1 reply; 5+ messages in thread
From: Cor Gest @ 2006-04-10 20:49 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain charset=us-ascii, Size: 769 bytes --]
Some entity AKA "Gary Weselle" <weselle_g@hotmain.com>
wrote this mindboggling stuff:
(selectively-snipped-or-not-p)
> I just installed tcl8.4 and tk8.4 and their docs, but not able to read their
> info pages with emacs. it is not there, however I can pull them out with
> #info on the shell.
could be some reasons:
is info-path correct in your .emacs
are the Tc*.info files in that info-dir
have you edited .../info/dir file qnd put in the correct entries there.
Cor
--
I do NOT use any Windows(TM) products, therefore
I do NOT fear mail from strangers http://www.clsnet.nl/mail.html
If everything else failed to satisfy you, try reading The Frign' Manual
(defvar My-Computer '((OS . "GNU/Emacs") (IPL . "GNU/Linux")))
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: new package info not found
2006-04-11 16:52 ` Gary Weselle
@ 2006-04-10 22:29 ` Cor Gest
2006-04-10 22:53 ` Peter Dyballa
1 sibling, 0 replies; 5+ messages in thread
From: Cor Gest @ 2006-04-10 22:29 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain charset=us-ascii, Size: 1792 bytes --]
Some entity AKA "Gary Weselle" <weselle_g@hotmain.com>
wrote this mindboggling stuff:
(selectively-snipped-or-not-p)
> "Cor Gest" <cor@clsnet.nl> wrote in message
> news:877j5x6tri.fsf@atthis.clsnet.nl...
> >
> >
> > Some entity AKA "Gary Weselle" <weselle_g@hotmain.com>
> > wrote this mindboggling stuff:
> >
> > (selectively-snipped-or-not-p)
> >
> > > I just installed tcl8.4 and tk8.4 and their docs, but not able to read
> their
> > > info pages with emacs. it is not there, however I can pull them out with
> > > #info on the shell.
> >
> > could be some reasons:
> > is info-path correct in your .emacs
> > are the Tc*.info files in that info-dir
> > have you edited .../info/dir file qnd put in the correct entries there.
> >
> > Cor
>
> I never had any such "info-path" variable in my .emacs and still have some
> info pages showing at M-x info, and realy don't now if such variable exists
> as I couldn't find what it is set to when I M-x info-path which shows it
> does not exist.
>
> the directory where the tcl info stuff are is /var/lib/dpkg/info/*
Info-path is internal to emacs with standard-values: /usr/info or /usr/local/ibfo
but you ofcourse can set your own.
like:
(setq Info-directory-info-list '(cons ("/usr/info/" "/var/lib/dpkg/info/")))
should be able to find it.
But mostly I just dump progname.info files in /usr/local/info
and edit the "dir" file manually to get de main-items in the top-level.
info info should enlighten much of this kind of trickery.
Cor
--
I do NOT use any Windows(TM) products, therefore
I do NOT fear mail from strangers http://www.clsnet.nl/mail.html
If everything else failed to satisfy you, try reading The Frign' Manual
(defvar My-Computer '((OS . "GNU/Emacs") (IPL . "GNU/Linux")))
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: new package info not found
2006-04-11 16:52 ` Gary Weselle
2006-04-10 22:29 ` Cor Gest
@ 2006-04-10 22:53 ` Peter Dyballa
1 sibling, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2006-04-10 22:53 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 11.04.2006 um 18:52 schrieb Gary Weselle:
> the directory where the tcl info stuff are is /var/lib/dpkg/info/*
I doubt that the files in this directory are info files created from
texinfo files. The files probably mean only something for the Debian
package management ...
--
Greetings
Pete
"Isn't vi that text editor with two modes... one that beeps and one
that corrupts your file?" -- Dan Jacobson, on comp.os.linux.advocacy
^ permalink raw reply [flat|nested] 5+ messages in thread
* new package info not found
@ 2006-04-11 15:38 Gary Weselle
2006-04-10 20:49 ` Cor Gest
0 siblings, 1 reply; 5+ messages in thread
From: Gary Weselle @ 2006-04-11 15:38 UTC (permalink / raw)
Hi
I just installed tcl8.4 and tk8.4 and their docs, but not able to read their
info pages with emacs. it is not there, however I can pull them out with
#info on the shell.
thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: new package info not found
2006-04-10 20:49 ` Cor Gest
@ 2006-04-11 16:52 ` Gary Weselle
2006-04-10 22:29 ` Cor Gest
2006-04-10 22:53 ` Peter Dyballa
0 siblings, 2 replies; 5+ messages in thread
From: Gary Weselle @ 2006-04-11 16:52 UTC (permalink / raw)
"Cor Gest" <cor@clsnet.nl> wrote in message
news:877j5x6tri.fsf@atthis.clsnet.nl...
>
>
> Some entity AKA "Gary Weselle" <weselle_g@hotmain.com>
> wrote this mindboggling stuff:
>
> (selectively-snipped-or-not-p)
>
> > I just installed tcl8.4 and tk8.4 and their docs, but not able to read
their
> > info pages with emacs. it is not there, however I can pull them out with
> > #info on the shell.
>
> could be some reasons:
> is info-path correct in your .emacs
> are the Tc*.info files in that info-dir
> have you edited .../info/dir file qnd put in the correct entries there.
>
> Cor
I never had any such "info-path" variable in my .emacs and still have some
info pages showing at M-x info, and realy don't now if such variable exists
as I couldn't find what it is set to when I M-x info-path which shows it
does not exist.
the directory where the tcl info stuff are is /var/lib/dpkg/info/*
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-04-11 16:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-11 15:38 new package info not found Gary Weselle
2006-04-10 20:49 ` Cor Gest
2006-04-11 16:52 ` Gary Weselle
2006-04-10 22:29 ` Cor Gest
2006-04-10 22:53 ` Peter Dyballa
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).