Stephan Hennig <[EMAIL PROTECTED]> writes: > FWIW, the items in my list were given in reverse priority order, > accidentally. That is, I think item (iii) is the most annoying bug > since it instantly gives you a non-smooth scrolling experience. I have > no idea if that item were easy to fix at the current state.
That is the hardest problem to fix ... Emacs scrolling counts in characters, not lines. So scrolling an empty line means scrolling 1 character, which is typically less than the "minimum scroll unit". -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
