help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: annoying shell problem in GNU Emacs 22


From: Kevin Rodgers
Subject: Re: annoying shell problem in GNU Emacs 22
Date: Wed, 21 May 2008 20:13:56 -0600
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

Ivan Kanis wrote:
rocksong23@fastmail.fm writes:

Does that make sense? Like I said, it is really annoying. So if anyone
can point me to a setting to fix this, it'd be much appreciated.

Remove the function comint-postoutput-scroll-to-bottom from the list
in the variable comint-output-filter-functions:

(setq comint-output-filter-functions '(comint-watch-for-password-prompt))

Argh.

(remove-hook 'comint-output-filter-functions 'comint-postoutput-scroll-to-bottom)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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