emacs-devel
[Top][All Lists]
Advanced

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

Re: ls in eshell will cause the prompt jumped to mid of buf


From: Glenn Morris
Subject: Re: ls in eshell will cause the prompt jumped to mid of buf
Date: Fri, 28 Sep 2007 14:07:02 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"William Xue" wrote:

> Can I set the 'scroll-margin' to 0 only for 'eshell'? I have tried  
> something on load hook, but failed.

(add-hook 'eshell-mode-hook
   (lambda () (set (make-local-variable 'scroll-margin) 0)))




reply via email to

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