1

I am using emacs 24.3

One strange thing I noticed about emacs shell (eshell) when recentered(using C-l), goes to bottom after any command is executed.

Is there any way to avoid this?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Kaunteya
  • 3,107
  • 1
  • 35
  • 66
  • Perhaps customizing either or both of the following variables could assist to control the behavior you are experiencing: `eshell-scroll-to-bottom-on-output` and `eshell-scroll-show-maximum-output`? The default value of the variable `eshell-output-filter-functions` includes the function `eshell-postoutput-scroll-to-bottom`, and perhaps that function is causing the behavior you experience? – lawlist Mar 10 '15 at 16:50
  • This is exactly what you want. https://emacs.stackexchange.com/a/28828/794 – CodyChan Aug 04 '17 at 06:49

0 Answers0