Am 14.08.2005 um 06:44 schrieb Tyler:

(global-set-key [Super_L-z] 'scroll-other-window-down)


Try it with lower case `s´, i.e. (global-set-key [s-z] 'scroll-other-window-down).

Capital `S´ is the Shift key. So it's indeed C-M-S-v that scrolls the other window. (And C-M-v too, only in the other direction.)

--
Greetings

  Pete

Without vi there is only GNU Emacs



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to