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

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

Re: Quite a few emacs questions


From: Thien-Thi Nguyen
Subject: Re: Quite a few emacs questions
Date: Fri, 18 May 2007 09:18:15 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

() Tyler Smith <tyler.smith@mail.mcgill.ca>
() 18 May 2007 00:56:13 GMT

   I'm sure this can be configured with scroll-conservatively or
   scroll-aggressively or something, but I'm not sure how exactly.

i was not able to see the desired behavior playing w/ these variables.
however, this seems to work:

(add-hook 'eshell-output-filter-functions
          (lambda ()
            (recenter -1))
          t)

i see ";;; jww (1999-10-23): this needs testing" above two (emacs 22)
esh-mode.el funcs related to scrolling, so perhaps this is a Code
Enhancement Opportunity for the right person in the right place...

thi


reply via email to

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