emacs-devel
[Top][All Lists]
Advanced

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

Re: Info navigation is broken


From: Richard Stallman
Subject: Re: Info navigation is broken
Date: Mon, 3 Jun 2002 05:41:12 -0600 (MDT)

Thanks for the bug report.  Does this patch fix it?

*** info.el.~1.301.~    Wed May 29 12:45:59 2002
--- info.el     Sun Jun  2 20:20:56 2002
***************
*** 1247,1256 ****
      (save-excursion
        (save-restriction
        (goto-char (point-min))
!       (when Info-header-line
!         ;; expose the header line in the buffer
!         (widen)
!         (forward-line -1))
        (let ((bound (point)))
          (forward-line 1)
          (cond ((re-search-backward (concat name ":") bound t)
--- 1247,1256 ----
      (save-excursion
        (save-restriction
        (goto-char (point-min))
! ;;;   (when Info-header-line
! ;;;     ;; expose the header line in the buffer
! ;;;     (widen)
! ;;;     (forward-line -1))
        (let ((bound (point)))
          (forward-line 1)
          (cond ((re-search-backward (concat name ":") bound t)



reply via email to

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