GNU bug report logs - #14125
24.3; "No such node or anchor: Top" for Info files created by makeinfo 5.1

Previous Next

Package: emacs;

Reported by: Ulrich Mueller <ulm <at> gentoo.org>

Date: Tue, 2 Apr 2013 16:52:02 UTC

Severity: normal

Found in version 24.3

Fixed in version 24.4

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 14125 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Juri Linkov <juri <at> jurta.org>
Cc: 14125 <at> debbugs.gnu.org, bug-texinfo <at> gnu.org
Subject: Re: bug#14125: 24.3;
	"No such node or anchor: Top" for Info files created by makeinfo 5.1
Date: Sun, 05 May 2013 00:40:36 -0400
> === modified file 'lisp/info.el'
> --- lisp/info.el	2013-04-22 06:41:30 +0000
> +++ lisp/info.el	2013-04-30 06:49:35 +0000
> @@ -1545,7 +1545,7 @@ (defun Info-read-subfile (nodepos)
>  	(forward-char 1)
>        (search-forward "\n\^_"))
>      (if (numberp nodepos)
> -	(+ (- nodepos lastfilepos) (point)))))
> +	(+ (- nodepos lastfilepos) (point-min)))))
 
>  (defun Info-unescape-quotes (value)
>    "Unescape double quotes and backslashes in VALUE."

I don't know enough about Info to judge whether that's right.
So if nobody objects, please install,


        Stefan




This bug report was last modified 11 years and 273 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.