From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: Info navigation is broken Date: Sun, 02 Jun 2002 10:26:28 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <3CF9D6B4.4060200@dponce.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023006471 8213 127.0.0.1 (2 Jun 2002 08:27:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2002 08:27:51 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17EQiN-00028M-00 for ; Sun, 02 Jun 2002 10:27:51 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ER1F-0002iR-00 for ; Sun, 02 Jun 2002 10:47:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EQhb-0005RU-00; Sun, 02 Jun 2002 04:27:03 -0400 Original-Received: from smtp-out-3.wanadoo.fr ([193.252.19.233] helo=mel-rto3.wanadoo.fr) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EQfX-0005Lx-00 for ; Sun, 02 Jun 2002 04:24:55 -0400 Original-Received: from mel-rta10.wanadoo.fr (193.252.19.193) by mel-rto3.wanadoo.fr (6.5.007) id 3CF1FAB0003A9022 for emacs-devel@gnu.org; Sun, 2 Jun 2002 10:24:55 +0200 Original-Received: from dponce.com (80.9.191.155) by mel-rta10.wanadoo.fr (6.5.007) id 3CEE101C004D6320 for emacs-devel@gnu.org; Sun, 2 Jun 2002 10:24:55 +0200 User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0+) Gecko/20020530 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4555 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