66:  How can I force Emacs to scroll only one line when I move past the
     bottom of the screen?

  Place the following Lisp form in your .emacs file:

    (setq scroll-step 1)

  Also see "Scrolling" in the on-line manual.