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

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

[Emacs-bug-tracker] bug#6164: closed (24.0.50; scroll-all-mode is broken


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6164: closed (24.0.50; scroll-all-mode is broken)
Date: Tue, 11 May 2010 19:51:01 +0000

Your message dated Tue, 11 May 2010 22:49:31 +0300
with message-id <address@hidden>
and subject line Re: bug#6164: 24.0.50; scroll-all-mode is broken
has caused the GNU bug report #6164,
regarding 24.0.50; scroll-all-mode is broken
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6164: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6164
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; scroll-all-mode is broken Date: Mon, 10 May 2010 23:51:45 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
1. emacs -Q
2. Visit two files that are big enough to scroll up and down.
3. Type `C-x 2' or `C-x 3' and the `C-x b' to display the two visited
   filed in the split windows.
4. Type `M-x scroll-all-mode' to enable this minor mode.
5. Type `C-v'.
=> Only the selected buffer scrolls, whereas with scroll-all-mode
enabled both buffers should scroll.

This is because `C-v' is bound to scroll-up-command, whereas
scroll-all-mode expects (in scroll-all-check-to-scroll) scroll-up.  I
guess this is a consequence of this change:

2010-04-05  Juri Linkov  <address@hidden>

        Scrolling commands which do not signal errors at top/bottom.
        http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html

        * simple.el (scroll-up-command, scroll-down-command): New commands.



In GNU Emacs 24.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.18.6)
 of 2010-05-08 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.10605000
configured using `configure  '--without-toolkit-scroll-bars''



--- End Message ---
--- Begin Message --- Subject: Re: bug#6164: 24.0.50; scroll-all-mode is broken Date: Tue, 11 May 2010 22:49:31 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)
>>> 1. emacs -Q
>>> 2. Visit two files that are big enough to scroll up and down.
>>> 3. Type `C-x 2' or `C-x 3' and the `C-x b' to display the two visited
>>>    filed in the split windows.
>>> 4. Type `M-x scroll-all-mode' to enable this minor mode.
>>> 5. Type `C-v'.
>>> => Only the selected buffer scrolls, whereas with scroll-all-mode
>>> enabled both buffers should scroll.
>>
>> Thanks for the bug report.  This patch should fix it:
>
> Confirmed, so please install it at your convenience.  Thanks,

Installed and closed, thanks.

-- 
Juri Linkov
http://www.jurta.org/emacs/


--- End Message ---

reply via email to

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