bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14125: 24.3; "No such node or anchor: Top" for Info files created by


From: Stefan Monnier
Subject: 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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> === 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





reply via email to

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