Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-26 Thread Norbert Preining
On Sam, 25 Feb 2006, Karl Berry wrote: > > man Top > > No manual entry for Top. Ah. Bingo. > > And I assume that this returns the manpage for Top, which is here on my > > system the same as man top. > > Sounds right to me. > > I'm just guessing, since I still can't reprod

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-25 Thread Karl Berry
> FIrst: What do you get when you make > man Top No manual entry for Top. > And I assume that this returns the manpage for Top, which is here on my > system the same as man top. Sounds right to me. I'm just guessing, since I still can't reproduce this bug any more, but how a

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-24 Thread Norbert Preining
Hi Karl! Did this one get lost? Especially the question concerning man Top would be interesting ;-) What do you say about the other observation? Best wishes Norbert On Don, 16 Feb 2006, Norbert Preining wrote: > Hi Karl! > > [my brains is twisted from following with gdb the course of

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-16 Thread Norbert Preining
Hi Karl! [my brains is twisted from following with gdb the course of info ...] On Mon, 13 Feb 2006, Karl Berry wrote: > However, messing around with gdb, I surmise that the man page was being > generated by this code at the end of info_get_node: > See if that works for you ... (it's in CVS now)

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-13 Thread Eli Zaretskii
> Date: Mon, 13 Feb 2006 18:27:38 -0600 > From: [EMAIL PROTECTED] (Karl Berry) > Cc: [EMAIL PROTECTED], bug-texinfo@gnu.org > > (Is it just me, or is this code really hard to follow?) It's not just you. ;-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-13 Thread Karl Berry
> Attached dir.gz Was missing I still get the error message instead of the top man page. Using INFOPATH=~/tmp ./ginfo ./foobar However, messing around with gdb, I surmise that the man page was being generated by this code at the end of info_get_node: /* If the node not found was "Top"

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-13 Thread Norbert Preining
On Mon, 13 Feb 2006, Norbert Preining wrote: > Attached dir.gz Was missing Best wishes Norbert --- Dr. Norbert Preining Università di Siena gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-13 Thread Norbert Preining
On Son, 12 Feb 2006, Karl Berry wrote: > Did you compare the DIR files you have on your machines? Perhaps some > entry there references "top", with the intent to get to the Top node... > > There is no top in my dir file. I've never seen a "top" entry in a dir > file, actually. > > But s

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-12 Thread Karl Berry
Did you compare the DIR files you have on your machines? Perhaps some entry there references "top", with the intent to get to the Top node... There is no top in my dir file. I've never seen a "top" entry in a dir file, actually. But sure, it still could be that, or something else, about

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-11 Thread Eli Zaretskii
> Date: Sat, 11 Feb 2006 18:36:22 -0600 > From: [EMAIL PROTECTED] (Karl Berry) > Cc: [EMAIL PROTECTED], bug-texinfo@gnu.org > > Does your info also go to make_manpage_node and returns a if (node) > true? > > I take it back. I fixed my man setup but make_manpage_node still > returns zero.

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-11 Thread Karl Berry
Does your info also go to make_manpage_node and returns a if (node) true? I take it back. I fixed my man setup but make_manpage_node still returns zero. Not surprising, because it's being called with pagename="./asdkiafdasdf", rather than "top". So why is yours asking for top's man page

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-10 Thread Karl Berry
Does your info also go to make_manpage_node and returns a if (node) true? It returns NULL -- because man top fails for me! (Long story.) Ok, I will have to see if we can get the good error even when man pages are properly installed :). Thanks much for pushing this. k -- To UNSUBSC

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-07 Thread Norbert Preining
On Die, 07 Feb 2006, preining wrote: > On Mon, 06 Feb 2006, Karl Berry wrote: > > $ info/ginfo ./notexistingfile > > > > and I landed at the manpage of top > > > > What is wrong here??? > > > > Sorry, I can't explain it. I do get the "No menu item" error, with > > precisely your inv

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-07 Thread Norbert Preining
On Mon, 06 Feb 2006, Karl Berry wrote: > $ info/ginfo ./notexistingfile > > and I landed at the manpage of top > > What is wrong here??? > > Sorry, I can't explain it. I do get the "No menu item" error, with > precisely your invocation. Comes from line 2551 in session.c, I guess >

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-06 Thread Karl Berry
$ info/ginfo ./notexistingfile and I landed at the manpage of top What is wrong here??? Sorry, I can't explain it. I do get the "No menu item" error, with precisely your invocation. Comes from line 2551 in session.c, I guess Maybe it's related to the dir file contents somehow (alth

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-06 Thread Norbert Preining
Hi Karl! On Son, 29 Jan 2006, Karl Berry wrote: > 234848info ./jdfsdofs starts with man page of top, instead of the Top > node > > > If you supply a filename on the cmdline which does not exists, then th

Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-01-29 Thread Karl Berry
234848 info ./jdfsdofs starts with man page of top, instead of the Top node If you supply a filename on the cmdline which does not exists, then the man page of top is shown, instead of showing the Top