public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* info ??
@ 2000-05-01  4:54 jorg.schaible
  2000-05-01  8:33 ` Tim Prince
  0 siblings, 1 reply; 5+ messages in thread
From: jorg.schaible @ 2000-05-01  4:54 UTC (permalink / raw)
  To: cygwin

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

Hello,

after installing the 1.1.0 I recognized that info deos not work. When I try

info tar

I got

info: dir: No such file or directory

although I have tar.info within /usr/info. Am I missing something in my configuration ?

Regards,
Jörg



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: info ??
  2000-05-01  4:54 info ?? jorg.schaible
@ 2000-05-01  8:33 ` Tim Prince
  2000-05-02  1:19   ` Olaf Bachmann
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Prince @ 2000-05-01  8:33 UTC (permalink / raw)
  To: jorg.schaible, cygwin

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

Try the version from
http://cygutils.netpedia.net/V1.1/index.html

----- Original Message -----
From: <jorg.schaible@db.com>
To: <cygwin@sourceware.cygnus.com>
Sent: Monday, May 01, 2000 5:53 AM
Subject: info ??




Hello,

after installing the 1.1.0 I recognized that info deos not work.
When I try

info tar

I got

info: dir: No such file or directory

although I have tar.info within /usr/info. Am I missing
something in my configuration ?

Regards,
Jörg



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: info ??
  2000-05-01  8:33 ` Tim Prince
@ 2000-05-02  1:19   ` Olaf Bachmann
  2000-05-03  1:05     ` K. Haley
  0 siblings, 1 reply; 5+ messages in thread
From: Olaf Bachmann @ 2000-05-02  1:19 UTC (permalink / raw)
  To: Tim Prince, jorg.schaible, cygwin

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

Tim Prince writes:
> Try the version from
> http://cygutils.netpedia.net/V1.1/index.html
> 
or, remount your filesystem in text-mode (fixed the problem for me!).


> ----- Original Message -----
> From: <jorg.schaible@db.com>
> To: <cygwin@sourceware.cygnus.com>
> Sent: Monday, May 01, 2000 5:53 AM
> Subject: info ??
> 
> 
> 
> 
> Hello,
> 
> after installing the 1.1.0 I recognized that info deos not work.
> When I try
> 
> info tar
> 
> I got
> 
> info: dir: No such file or directory
> 
> although I have tar.info within /usr/info. Am I missing
> something in my configuration ?
> 
> Regards,
> Jörg
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: info ??
  2000-05-02  1:19   ` Olaf Bachmann
@ 2000-05-03  1:05     ` K. Haley
  2000-05-03 16:55       ` info ?? gen-dir-node Kevin Wright
  0 siblings, 1 reply; 5+ messages in thread
From: K. Haley @ 2000-05-03  1:05 UTC (permalink / raw)
  To: cygwin

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

I used install-info to create the top level node.  Since the command has to 
be run for each file I used the following:

for FI in `ls /usr/info/*.info` ; do install-info -info-dir /usr/info 
/usr/info/$FI ;done

or something like that.

At 02:19 AM 5/2/00, you wrote:
>Tim Prince writes:
> > Try the version from
> > http://cygutils.netpedia.net/V1.1/index.html
> >
>or, remount your filesystem in text-mode (fixed the problem for me!).
>
>
> > ----- Original Message -----
> > From: <jorg.schaible@db.com>
> > To: <cygwin@sourceware.cygnus.com>
> > Sent: Monday, May 01, 2000 5:53 AM
> > Subject: info ??
> >
> >
> >
> >
> > Hello,
> >
> > after installing the 1.1.0 I recognized that info deos not work.
> > When I try
> >
> > info tar
> >
> > I got
> >
> > info: dir: No such file or directory
> >
> > although I have tar.info within /usr/info. Am I missing
> > something in my configuration ?
> >
> > Regards,
> > Jörg
> >
> >
> >
> > --
> > Want to unsubscribe from this list?
> > Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> >
> >
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com

---
Kenneth Haley < mailto:khaley@bigfoot.com >
Yahoo! Messenger -- http://profiles.yahoo.com/haleykd
Website  http://www.bigfoot.com/~khaley
PGP -- http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=khaley@bigfoot.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: info ?? gen-dir-node
  2000-05-03  1:05     ` K. Haley
@ 2000-05-03 16:55       ` Kevin Wright
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Wright @ 2000-05-03 16:55 UTC (permalink / raw)
  To: cygwin

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

FYI,

When I first read this email, I knew I had found a better way
to do this but I had to search my notes to remember it.

There is a script called gen-dir-node in the utils directory
of dist of texinfo-3.12 (actually, the one from the texinfo-4.0 is
much better since it organizes files into categories).
I copied that to the /usr/local/bin directory then ran:


gen-dir-node /usr/local/info > /usr/local/info/dir

or

cd gen-dir-node

gen-dir-node . > dir

If you want info to use files for a particular directory, you can use:

info --directory /path/to/info

--Kevin

-----Original Message-----
From: cygwin-owner@sourceware.cygnus.com
[ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of K. Haley
Sent: Wednesday, May 03, 2000 1:04 AM
To: cygwin@sourceware.cygnus.com
Subject: Re: info ??


I used install-info to create the top level node.  Since the command has to
be run for each file I used the following:

for FI in `ls /usr/info/*.info` ; do install-info -info-dir /usr/info
/usr/info/$FI ;done

or something like that.

At 02:19 AM 5/2/00, you wrote:
>Tim Prince writes:
> > Try the version from
> > http://cygutils.netpedia.net/V1.1/index.html
> >
>or, remount your filesystem in text-mode (fixed the problem for me!).
>
>
> > ----- Original Message -----
> > From: <jorg.schaible@db.com>
> > To: <cygwin@sourceware.cygnus.com>
> > Sent: Monday, May 01, 2000 5:53 AM
> > Subject: info ??
> >
> >
> >
> >
> > Hello,
> >
> > after installing the 1.1.0 I recognized that info deos not work.
> > When I try
> >
> > info tar
> >
> > I got
> >
> > info: dir: No such file or directory
> >
> > although I have tar.info within /usr/info. Am I missing
> > something in my configuration ?
> >
> > Regards,
> > Jörg
> >
> >
> >
> > --
> > Want to unsubscribe from this list?
> > Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> >
> >
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com

---
Kenneth Haley < mailto:khaley@bigfoot.com >
Yahoo! Messenger -- http://profiles.yahoo.com/haleykd
Website  http://www.bigfoot.com/~khaley
PGP --
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=khaley@bigfoot.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~2000-05-03 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-01  4:54 info ?? jorg.schaible
2000-05-01  8:33 ` Tim Prince
2000-05-02  1:19   ` Olaf Bachmann
2000-05-03  1:05     ` K. Haley
2000-05-03 16:55       ` info ?? gen-dir-node Kevin Wright

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).