emacs-devel
[Top][All Lists]
Advanced

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

Re: Possible bug in `hide-other'.


From: Luc Teirlinck
Subject: Re: Possible bug in `hide-other'.
Date: Sun, 26 Sep 2004 15:04:25 -0500 (CDT)

Richard Stallman wrote:
   
   Does this fix it?

   *** outline.el       10 May 2004 12:26:21 -0400      1.7
   --- outline.el       26 Sep 2004 10:50:01 -0400      
   ***************
   *** 808,814 ****
         (save-excursion
           (outline-back-to-heading t)
           (show-entry)
   !       (while (condition-case nil (progn (outline-up-heading 1) (not 
(bobp)))
                  (error nil))
           (outline-flag-region (1- (point))
                                (save-excursion (forward-line 1) (point))
   --- 808,814 ----
         (save-excursion
           (outline-back-to-heading t)
           (show-entry)
   !       (while (condition-case nil (progn (outline-up-heading 1 t) (not 
(bobp)))
                  (error nil))
           (outline-flag-region (1- (point))
                                (save-excursion (forward-line 1) (point))

Yes, it does.

Sincerely,

Luc.




reply via email to

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