comparison lisp/comint.el @ 43028:5a7c132708d2

(comint-scroll-show-maximum-output): Default is t.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Feb 2002 04:15:14 +0000
parents 466c8a363992
children 6afed71ef190
comparison
equal deleted inserted replaced
43027:4c6cdfeb929c 43028:5a7c132708d2
272 (const all) 272 (const all)
273 (const this) 273 (const this)
274 (const others)) 274 (const others))
275 :group 'comint) 275 :group 'comint)
276 276
277 (defcustom comint-scroll-show-maximum-output nil 277 (defcustom comint-scroll-show-maximum-output t
278 "*Controls how interpreter output causes window to scroll. 278 "*Controls how interpreter output causes window to scroll.
279 If non-nil, then show the maximum output when the window is scrolled. 279 If non-nil, then show the maximum output when the window is scrolled.
280 280
281 See variable `comint-scroll-to-bottom-on-output' and function 281 See variable `comint-scroll-to-bottom-on-output' and function
282 `comint-postoutput-scroll-to-bottom'. This variable is buffer-local." 282 `comint-postoutput-scroll-to-bottom'. This variable is buffer-local."