Post by Russ P.I recently had my Ubuntu Linux upgraded to 14.04, and my emacs got
upgraded to 24.3.1 in the process. I noticed that it scrolls by
itself.
This suggests teleprompter-like behaviour; I'm guessing that isn't
exactly what you mean?
Post by Russ P.I finally realized that it automatically centers the cursor
vertically after a few seconds.
As far as I know, for years Emacs has had the behaviour of trying to
keep point centred vertically in the window, and I think this is what
you are describing?
Post by Russ P.This is extremely annoying to me.
Apparently some people like it; it allows them to read with their eyes
always roughly at the same level on the screen.
Fortunately, as of, I think, version 24.1, it is easy to turn off.
Post by Russ P.I decided to give it a try for an hour or so to see if I can get used
to it, but it still annoys me. I went to the options menu, but I see
nothing about that feature. Can anyone tell me how to disable it?
Have a look at the docstring for scroll-conservatively.
C-h v scroll-conservatively
Simply set this variable to a value above 100 to make Emacs scrolling
behaviour similar to that of other programs. There is a link on that
Help page to allow you to customize the value. Alternatively put
something like
(setq scroll-conservatively 101)
in your .emacs (or other Emacs init file).