emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Info navigation is broken


From: David Ponce
Subject: Info navigation is broken
Date: Sun, 02 Jun 2002 10:26:28 +0200
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0+) Gecko/20020530

Hello,

Info navigation using [u]p, [n]ext, [p]rev commands is broken in
CVS version of Emacs 21.  Here is a backtrace:

Debugger entered--Lisp error: (error "Node has no Up")
 signal(error ("Node has no Up"))
 error("Node has no %s" "Up")
 Info-extract-pointer("up")
 Info-up()
* call-interactively(Info-up)

Also it seems that there are two header lines in the Info buffer, like
this:

File: dir, Node: Top This is the top of the INFO tree <== header line
File: dir, Node: Top This is the top of the INFO tree <== buffer

After commenting out the following line in `Info-setup-header-line'
Info navigation worked fine again.

;;; It is useful to be able to copy the links line out of the buffer
;;; with M-w.
;;;    (narrow-to-region (1+ header-end) (point-max))

Sincerely,
David

In GNU Emacs 21.3.50.1 (i386-mingw-nt4.0.1381)
of 2002-05-30 on EBAT311
configured using `configure --with-gcc (2.95)'

Important settings:
 value of $LC_ALL: nil
 value of $LC_COLLATE: nil
 value of $LC_CTYPE: nil
 value of $LC_MESSAGES: nil
 value of $LC_MONETARY: nil
 value of $LC_NUMERIC: nil
 value of $LC_TIME: nil
 value of $LANG: ENU
 locale-coding-system: iso-latin-1
 default-enable-multibyte-characters: t






reply via email to

[Prev in Thread] Current Thread [Next in Thread]