* Richard M. Stallman (2005-06-22) writes: > It seems like a feature worth adding. However, is it really right > to modify next-line? It is not a scroll command.
This is the main point of the mode. It should make moving in buffers more pager-like. For example, in `less' the keys `C-n' and `C-p' will scroll the buffer, not move point. That means such a mode could also improve convenience of browsing manual pages with WoMan or info pages with the built-in info reader. Regarding the implementation: If people think it is sensible to extend the meaning of `scroll-preserve-screen-position' to any kind of scroll events, I could prepare a patch covering the changes in window.c as well. -- Ralf _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel