emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: Eamcs 22.1 comint-scroll-show-maximum-output bug]


From: Glenn Morris
Subject: Re: address@hidden: Eamcs 22.1 comint-scroll-show-maximum-output bug]
Date: Mon, 27 Aug 2007 14:34:51 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Richard Stallman wrote:

> Are you saying that the bug is not caused by setting
> scroll-conservatively at all?

I'm not sure why we have these failures to communicate.

The bug _is_ caused by setting scroll-conservatively to 10000 in
comint buffers as a buffer local variable. Let-binding it back to 0 in
the relevant command does not help (because of when redisplay
happens).

The offered solutions are:

1) Don't set it to 10000 in comint buffers, since it doesn't seem to
   be needed.

2) Make it a variable that should not be set directly, only via M-x
   customize or a function that sets scroll-conservatively at the same
   time.




reply via email to

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