[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18874: 24.4; rgrep doesn't obey grep-scroll-output
From: |
Eli Zaretskii |
Subject: |
bug#18874: 24.4; rgrep doesn't obey grep-scroll-output |
Date: |
Wed, 29 Oct 2014 17:19:23 +0200 |
> Date: Tue, 28 Oct 2014 18:40:23 +0200
> From: Eli Zaretskii <eliz@gnu.org>
>
> To reproduce:
>
> emacs -Q
> M-: (setq-default grep-scroll-output t) RET
> M-x rgrep RET <any arguments and directory you want here> RET
>
> Result: the *grep* buffer is not scrolled to follow EOB, but instead
> Emacs shows the top of the buffer all the time.
We were shooting ourselves in the foot by forcing the window-start of
the *grep* buffer.
Fixed in revision 117630 on the emacs-24 branch.