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

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

[debbugs-tracker] bug#31653: closed (26.1; comint-scroll-show-maximum-ou


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31653: closed (26.1; comint-scroll-show-maximum-output nil regression)
Date: Wed, 30 May 2018 16:50:01 +0000

Your message dated Wed, 30 May 2018 19:48:41 +0300
with message-id <address@hidden>
and subject line Re: bug#31653: 26.1; comint-scroll-show-maximum-output nil 
regression
has caused the debbugs.gnu.org bug report #31653,
regarding 26.1; comint-scroll-show-maximum-output nil regression
to be marked as done.

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


-- 
31653: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31653
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1; comint-scroll-show-maximum-output nil regression Date: Wed, 30 May 2018 01:56:13 -0400
Emacs 26.1 has introduced a regression compared with 25.3 in the
handling of 'comint-scroll-show-maximum-output', which I prefer to set
to nil.  Here's how to reproduce the problem:

* Run "emacs-26.1 -Q", with or without "-nw" as you prefer.
* M-x shell
* M-: (setq comint-scroll-show-maximum-output nil)
* Press RET repeatedly until the window starts scrolling.

Observe that after the point reaches the bottom of the window, it is
subsequently kept at the bottom of the window by aggressively scrolling
one line at a time.

If you perform the same steps above with emacs-25.3, you'll see that it
always recenters, so that scrolling occurs only once for every ~N/2
lines of output, where N is the window height.

Note that (setq comint-scroll-show-maximum-output nil) still has some
effect.  After performing the steps above, try this:

* C-l
* Press RET repeatedly until the window starts scrolling.
* M-: (setq comint-scroll-show-maximum-output t)
* C-l
* Press RET just once.

Observe that with 'comint-scroll-show-maximum-output' set to t, the
first RET after C-l immediately scrolls the window to show the maximum
output.

If you can suggest a workaround or a patch to fix this issue, I would be
grateful.

Thanks very much for your work on Emacs.

     Mark



--- End Message ---
--- Begin Message --- Subject: Re: bug#31653: 26.1; comint-scroll-show-maximum-output nil regression Date: Wed, 30 May 2018 19:48:41 +0300
tags 31653 notabug
thanks

> From: Mark H Weaver <address@hidden>
> Cc: address@hidden
> Date: Wed, 30 May 2018 03:56:47 -0400
> 
> That said, I don't have time to work on this myself, and it's certainly
> of very little importance.  The mode hook workaround is good enough for
> me, and I guess there are very few people with my preferences, so I'm
> willing to let this go.  Feel free to close this bug as "wontfix", or to
> keep it open, as you prefer.

Done.


--- End Message ---

reply via email to

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