diff options
| author | Chong Yidong | 2011-10-01 16:32:01 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-10-01 16:32:01 -0400 |
| commit | ce3cefcca3227944d27d75e7de0f1e4f4b6d11a6 (patch) | |
| tree | 7cffa923342b0b352d3e804d81594aa5ce63f1ba | |
| parent | b6bd159922608fa474026837771d63bf7eadcf97 (diff) | |
| download | emacs-ce3cefcca3227944d27d75e7de0f1e4f4b6d11a6.tar.gz emacs-ce3cefcca3227944d27d75e7de0f1e4f4b6d11a6.zip | |
Change scroll-up/down bindings to Emacs 24's scroll-*-command.
* cus-edit.el (custom-mode-map):
* epa.el (epa-key-list-mode-map):
* man.el (Man-mode-map):
* startup.el (splash-screen-keymap):
* simple.el (special-mode-map): Use scroll-up-command and
scroll-down-command.
* progmodes/idlw-help.el (idlwave-help-mode-map):
* progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
* net/newst-plainview.el (newsticker-mode-map):
* emulation/ws-mode.el (wordstar-mode-map):
* emulation/vi.el (vi-com-map):
* calc/calc-graph.el (calc-graph-show-dumb):
* term/sun.el (terminal-init-sun):
* term/ns-win.el (global-map):
* progmodes/grep.el (grep-mode-map):
* progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
* mail/rmail.el (rmail-mode-map):
* progmodes/cpp.el (cpp-edit-mode-map): Likewise.
| -rw-r--r-- | lisp/ChangeLog | 20 | ||||
| -rw-r--r-- | lisp/calc/calc-graph.el | 10 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 4 | ||||
| -rw-r--r-- | lisp/ebuff-menu.el | 4 | ||||
| -rw-r--r-- | lisp/emulation/vi.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/ws-mode.el | 6 | ||||
| -rw-r--r-- | lisp/epa.el | 4 | ||||
| -rw-r--r-- | lisp/mail/rmail.el | 4 | ||||
| -rw-r--r-- | lisp/man.el | 4 | ||||
| -rw-r--r-- | lisp/net/newst-plainview.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cpp.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebrowse.el | 8 | ||||
| -rw-r--r-- | lisp/progmodes/grep.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/idlw-help.el | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 4 | ||||
| -rw-r--r-- | lisp/startup.el | 4 | ||||
| -rw-r--r-- | lisp/term/ns-win.el | 4 | ||||
| -rw-r--r-- | lisp/term/sun.el | 4 |
18 files changed, 58 insertions, 38 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c17ee5b12d5..3b177ac07bf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,25 @@ | |||
| 1 | 2011-10-01 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-10-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * cus-edit.el (custom-mode-map): | ||
| 4 | * epa.el (epa-key-list-mode-map): | ||
| 5 | * man.el (Man-mode-map): | ||
| 6 | * startup.el (splash-screen-keymap): | ||
| 7 | * simple.el (special-mode-map): Use scroll-up-command and | ||
| 8 | scroll-down-command. | ||
| 9 | |||
| 10 | * progmodes/idlw-help.el (idlwave-help-mode-map): | ||
| 11 | * progmodes/ebrowse.el (ebrowse-electric-position-mode-map): | ||
| 12 | * net/newst-plainview.el (newsticker-mode-map): | ||
| 13 | * emulation/ws-mode.el (wordstar-mode-map): | ||
| 14 | * emulation/vi.el (vi-com-map): | ||
| 15 | * calc/calc-graph.el (calc-graph-show-dumb): | ||
| 16 | * term/sun.el (terminal-init-sun): | ||
| 17 | * term/ns-win.el (global-map): | ||
| 18 | * progmodes/grep.el (grep-mode-map): | ||
| 19 | * progmodes/ebrowse.el (ebrowse-electric-list-mode-map): | ||
| 20 | * mail/rmail.el (rmail-mode-map): | ||
| 21 | * progmodes/cpp.el (cpp-edit-mode-map): Likewise. | ||
| 22 | |||
| 3 | * custom.el (custom-safe-themes, load-theme): Treat value of t for | 23 | * custom.el (custom-safe-themes, load-theme): Treat value of t for |
| 4 | custom-safe-themes as special. | 24 | custom-safe-themes as special. |
| 5 | 25 | ||
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index d5d8f0aaf35..4fd5045f54b 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el | |||
| @@ -946,13 +946,13 @@ This \"dumb\" driver will be present in Gnuplot 3.0." | |||
| 946 | (or calc-dumb-map | 946 | (or calc-dumb-map |
| 947 | (progn | 947 | (progn |
| 948 | (setq calc-dumb-map (make-sparse-keymap)) | 948 | (setq calc-dumb-map (make-sparse-keymap)) |
| 949 | (define-key calc-dumb-map "\n" 'scroll-up) | 949 | (define-key calc-dumb-map "\n" 'scroll-up-command) |
| 950 | (define-key calc-dumb-map " " 'scroll-up) | 950 | (define-key calc-dumb-map " " 'scroll-up-command) |
| 951 | (define-key calc-dumb-map "\177" 'scroll-down) | 951 | (define-key calc-dumb-map "\177" 'scroll-down-command) |
| 952 | (define-key calc-dumb-map "<" 'scroll-left) | 952 | (define-key calc-dumb-map "<" 'scroll-left) |
| 953 | (define-key calc-dumb-map ">" 'scroll-right) | 953 | (define-key calc-dumb-map ">" 'scroll-right) |
| 954 | (define-key calc-dumb-map "{" 'scroll-down) | 954 | (define-key calc-dumb-map "{" 'scroll-down-command) |
| 955 | (define-key calc-dumb-map "}" 'scroll-up) | 955 | (define-key calc-dumb-map "}" 'scroll-up-command) |
| 956 | (define-key calc-dumb-map "q" 'exit-recursive-edit) | 956 | (define-key calc-dumb-map "q" 'exit-recursive-edit) |
| 957 | (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit))) | 957 | (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit))) |
| 958 | (use-local-map calc-dumb-map) | 958 | (use-local-map calc-dumb-map) |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 9ba8b27c693..07944a6c16f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -442,8 +442,8 @@ | |||
| 442 | (set-keymap-parent map widget-keymap) | 442 | (set-keymap-parent map widget-keymap) |
| 443 | (define-key map [remap self-insert-command] 'Custom-no-edit) | 443 | (define-key map [remap self-insert-command] 'Custom-no-edit) |
| 444 | (define-key map "\^m" 'Custom-newline) | 444 | (define-key map "\^m" 'Custom-newline) |
| 445 | (define-key map " " 'scroll-up) | 445 | (define-key map " " 'scroll-up-command) |
| 446 | (define-key map "\177" 'scroll-down) | 446 | (define-key map "\177" 'scroll-down-command) |
| 447 | (define-key map "\C-c\C-c" 'Custom-set) | 447 | (define-key map "\C-c\C-c" 'Custom-set) |
| 448 | (define-key map "\C-x\C-s" 'Custom-save) | 448 | (define-key map "\C-x\C-s" 'Custom-save) |
| 449 | (define-key map "q" 'Custom-buffer-done) | 449 | (define-key map "q" 'Custom-buffer-done) |
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index a906cf8516a..8ab974be574 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el | |||
| @@ -70,8 +70,8 @@ | |||
| 70 | (define-key map "\C-n" 'next-line) | 70 | (define-key map "\C-n" 'next-line) |
| 71 | (define-key map "p" 'previous-line) | 71 | (define-key map "p" 'previous-line) |
| 72 | (define-key map "n" 'next-line) | 72 | (define-key map "n" 'next-line) |
| 73 | (define-key map "\C-v" 'scroll-up) | 73 | (define-key map "\C-v" 'scroll-up-command) |
| 74 | (define-key map "\ev" 'scroll-down) | 74 | (define-key map "\ev" 'scroll-down-command) |
| 75 | (define-key map ">" 'scroll-right) | 75 | (define-key map ">" 'scroll-right) |
| 76 | (define-key map "<" 'scroll-left) | 76 | (define-key map "<" 'scroll-left) |
| 77 | (define-key map "\e\C-v" 'scroll-other-window) | 77 | (define-key map "\e\C-v" 'scroll-other-window) |
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index 5bab9741649..9bf108c8c38 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el | |||
| @@ -142,7 +142,7 @@ command extensions.") | |||
| 142 | (define-key vi-com-map "\C-s" 'vi-isearch-forward) ; extension | 142 | (define-key vi-com-map "\C-s" 'vi-isearch-forward) ; extension |
| 143 | (define-key vi-com-map "\C-t" 'vi-transpose-objects) ; extension | 143 | (define-key vi-com-map "\C-t" 'vi-transpose-objects) ; extension |
| 144 | (define-key vi-com-map "\C-u" 'vi-scroll-up-window) | 144 | (define-key vi-com-map "\C-u" 'vi-scroll-up-window) |
| 145 | (define-key vi-com-map "\C-v" 'scroll-up) ; extension | 145 | (define-key vi-com-map "\C-v" 'scroll-up-command) ; extension |
| 146 | (define-key vi-com-map "\C-w" 'vi-kill-region) ; extension | 146 | (define-key vi-com-map "\C-w" 'vi-kill-region) ; extension |
| 147 | (define-key vi-com-map "\C-x" 'Control-X-prefix) ; extension | 147 | (define-key vi-com-map "\C-x" 'Control-X-prefix) ; extension |
| 148 | (define-key vi-com-map "\C-y" 'vi-expose-line-above) | 148 | (define-key vi-com-map "\C-y" 'vi-expose-line-above) |
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index 69f7b1d50ea..3a205c7c4f0 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el | |||
| @@ -143,11 +143,11 @@ | |||
| 143 | map) | 143 | map) |
| 144 | "") | 144 | "") |
| 145 | 145 | ||
| 146 | (defvar wordstar-mode-map | 146 | (defvar wordstar-mode-map |
| 147 | (let ((map (make-keymap))) | 147 | (let ((map (make-keymap))) |
| 148 | (define-key map "\C-a" 'backward-word) | 148 | (define-key map "\C-a" 'backward-word) |
| 149 | (define-key map "\C-b" 'fill-paragraph) | 149 | (define-key map "\C-b" 'fill-paragraph) |
| 150 | (define-key map "\C-c" 'scroll-up) | 150 | (define-key map "\C-c" 'scroll-up-command) |
| 151 | (define-key map "\C-d" 'forward-char) | 151 | (define-key map "\C-d" 'forward-char) |
| 152 | (define-key map "\C-e" 'previous-line) | 152 | (define-key map "\C-e" 'previous-line) |
| 153 | (define-key map "\C-f" 'forward-word) | 153 | (define-key map "\C-f" 'forward-word) |
| @@ -161,7 +161,7 @@ | |||
| 161 | (define-key map "\C-o" wordstar-C-o-map) | 161 | (define-key map "\C-o" wordstar-C-o-map) |
| 162 | (define-key map "\C-p" 'quoted-insert) | 162 | (define-key map "\C-p" 'quoted-insert) |
| 163 | (define-key map "\C-q" wordstar-C-q-map) | 163 | (define-key map "\C-q" wordstar-C-q-map) |
| 164 | (define-key map "\C-r" 'scroll-down) | 164 | (define-key map "\C-r" 'scroll-down-command) |
| 165 | (define-key map "\C-s" 'backward-char) | 165 | (define-key map "\C-s" 'backward-char) |
| 166 | (define-key map "\C-t" 'kill-word) | 166 | (define-key map "\C-t" 'kill-word) |
| 167 | (define-key map "\C-u" 'keyboard-quit) | 167 | (define-key map "\C-u" 'keyboard-quit) |
diff --git a/lisp/epa.el b/lisp/epa.el index 5164181454a..229138bd455 100644 --- a/lisp/epa.el +++ b/lisp/epa.el | |||
| @@ -214,8 +214,8 @@ You should bind this variable with `let', but do not set it globally.") | |||
| 214 | (define-key keymap "g" 'revert-buffer) | 214 | (define-key keymap "g" 'revert-buffer) |
| 215 | (define-key keymap "n" 'next-line) | 215 | (define-key keymap "n" 'next-line) |
| 216 | (define-key keymap "p" 'previous-line) | 216 | (define-key keymap "p" 'previous-line) |
| 217 | (define-key keymap " " 'scroll-up) | 217 | (define-key keymap " " 'scroll-up-command) |
| 218 | (define-key keymap [delete] 'scroll-down) | 218 | (define-key keymap [delete] 'scroll-down-command) |
| 219 | (define-key keymap "q" 'epa-exit-buffer) | 219 | (define-key keymap "q" 'epa-exit-buffer) |
| 220 | (define-key keymap [menu-bar epa-key-list-mode] (cons "Keys" menu-map)) | 220 | (define-key keymap [menu-bar epa-key-list-mode] (cons "Keys" menu-map)) |
| 221 | (define-key menu-map [epa-key-list-unmark-key] | 221 | (define-key menu-map [epa-key-list-unmark-key] |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 54de6310b5b..770050efb08 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -1035,8 +1035,8 @@ The buffer is expected to be narrowed to just the header of the message." | |||
| 1035 | (define-key map "/" 'rmail-end-of-message) | 1035 | (define-key map "/" 'rmail-end-of-message) |
| 1036 | (define-key map "<" 'rmail-first-message) | 1036 | (define-key map "<" 'rmail-first-message) |
| 1037 | (define-key map ">" 'rmail-last-message) | 1037 | (define-key map ">" 'rmail-last-message) |
| 1038 | (define-key map " " 'scroll-up) | 1038 | (define-key map " " 'scroll-up-command) |
| 1039 | (define-key map "\177" 'scroll-down) | 1039 | (define-key map "\177" 'scroll-down-command) |
| 1040 | (define-key map "?" 'describe-mode) | 1040 | (define-key map "?" 'describe-mode) |
| 1041 | (define-key map "\C-c\C-s\C-d" 'rmail-sort-by-date) | 1041 | (define-key map "\C-c\C-s\C-d" 'rmail-sort-by-date) |
| 1042 | (define-key map "\C-c\C-s\C-s" 'rmail-sort-by-subject) | 1042 | (define-key map "\C-c\C-s\C-s" 'rmail-sort-by-subject) |
diff --git a/lisp/man.el b/lisp/man.el index ed24e35f0ea..14fdac4e5da 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -398,8 +398,8 @@ Otherwise, the value is whatever the function | |||
| 398 | (suppress-keymap map) | 398 | (suppress-keymap map) |
| 399 | (set-keymap-parent map button-buffer-map) | 399 | (set-keymap-parent map button-buffer-map) |
| 400 | 400 | ||
| 401 | (define-key map " " 'scroll-up) | 401 | (define-key map " " 'scroll-up-command) |
| 402 | (define-key map "\177" 'scroll-down) | 402 | (define-key map "\177" 'scroll-down-command) |
| 403 | (define-key map "n" 'Man-next-section) | 403 | (define-key map "n" 'Man-next-section) |
| 404 | (define-key map "p" 'Man-previous-section) | 404 | (define-key map "p" 'Man-previous-section) |
| 405 | (define-key map "\en" 'Man-next-manpage) | 405 | (define-key map "\en" 'Man-next-manpage) |
diff --git a/lisp/net/newst-plainview.el b/lisp/net/newst-plainview.el index d1b042cad66..906044079cd 100644 --- a/lisp/net/newst-plainview.el +++ b/lisp/net/newst-plainview.el | |||
| @@ -427,7 +427,7 @@ images." | |||
| 427 | (define-key map "sx" 'newsticker-show-extra) | 427 | (define-key map "sx" 'newsticker-show-extra) |
| 428 | (define-key map "hx" 'newsticker-hide-extra) | 428 | (define-key map "hx" 'newsticker-hide-extra) |
| 429 | 429 | ||
| 430 | (define-key map " " 'scroll-up) | 430 | (define-key map " " 'scroll-up-command) |
| 431 | (define-key map "q" 'newsticker-close-buffer) | 431 | (define-key map "q" 'newsticker-close-buffer) |
| 432 | (define-key map "p" 'newsticker-previous-item) | 432 | (define-key map "p" 'newsticker-previous-item) |
| 433 | (define-key map "P" 'newsticker-previous-new-item) | 433 | (define-key map "P" 'newsticker-previous-new-item) |
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index a8f01705e2d..e5bfda54728 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -419,8 +419,8 @@ A prefix arg suppresses display of that buffer." | |||
| 419 | (suppress-keymap map) | 419 | (suppress-keymap map) |
| 420 | (define-key map [ down-mouse-2 ] 'cpp-push-button) | 420 | (define-key map [ down-mouse-2 ] 'cpp-push-button) |
| 421 | (define-key map [ mouse-2 ] 'ignore) | 421 | (define-key map [ mouse-2 ] 'ignore) |
| 422 | (define-key map " " 'scroll-up) | 422 | (define-key map " " 'scroll-up-command) |
| 423 | (define-key map "\C-?" 'scroll-down) | 423 | (define-key map "\C-?" 'scroll-down-command) |
| 424 | (define-key map [ delete ] 'scroll-down) | 424 | (define-key map [ delete ] 'scroll-down) |
| 425 | (define-key map "\C-c\C-c" 'cpp-edit-apply) | 425 | (define-key map "\C-c\C-c" 'cpp-edit-apply) |
| 426 | (define-key map "a" 'cpp-edit-apply) | 426 | (define-key map "a" 'cpp-edit-apply) |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index d31a46cc308..dd7a9824af3 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -1980,8 +1980,8 @@ COLLAPSE non-nil means collapse the branch." | |||
| 1980 | (define-key map "p" 'previous-line) | 1980 | (define-key map "p" 'previous-line) |
| 1981 | (define-key map "n" 'next-line) | 1981 | (define-key map "n" 'next-line) |
| 1982 | (define-key map "v" 'ebrowse-electric-view-buffer) | 1982 | (define-key map "v" 'ebrowse-electric-view-buffer) |
| 1983 | (define-key map "\C-v" 'scroll-up) | 1983 | (define-key map "\C-v" 'scroll-up-command) |
| 1984 | (define-key map "\ev" 'scroll-down) | 1984 | (define-key map "\ev" 'scroll-down-command) |
| 1985 | (define-key map "\e\C-v" 'scroll-other-window) | 1985 | (define-key map "\e\C-v" 'scroll-other-window) |
| 1986 | (define-key map "\e>" 'end-of-buffer) | 1986 | (define-key map "\e>" 'end-of-buffer) |
| 1987 | (define-key map "\e<" 'beginning-of-buffer) | 1987 | (define-key map "\e<" 'beginning-of-buffer) |
| @@ -3929,8 +3929,8 @@ Prefix arg ARG says how much." | |||
| 3929 | (define-key map "p" 'previous-line) | 3929 | (define-key map "p" 'previous-line) |
| 3930 | (define-key map "n" 'next-line) | 3930 | (define-key map "n" 'next-line) |
| 3931 | (define-key map "v" 'ebrowse-electric-view-position) | 3931 | (define-key map "v" 'ebrowse-electric-view-position) |
| 3932 | (define-key map "\C-v" 'scroll-up) | 3932 | (define-key map "\C-v" 'scroll-up-command) |
| 3933 | (define-key map "\ev" 'scroll-down) | 3933 | (define-key map "\ev" 'scroll-down-command) |
| 3934 | (define-key map "\e\C-v" 'scroll-other-window) | 3934 | (define-key map "\e\C-v" 'scroll-other-window) |
| 3935 | (define-key map "\e>" 'end-of-buffer) | 3935 | (define-key map "\e>" 'end-of-buffer) |
| 3936 | (define-key map "\e<" 'beginning-of-buffer) | 3936 | (define-key map "\e<" 'beginning-of-buffer) |
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 2c68a29dd00..ff192d5678e 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -245,8 +245,8 @@ See `compilation-error-screen-columns'" | |||
| 245 | (defvar grep-mode-map | 245 | (defvar grep-mode-map |
| 246 | (let ((map (make-sparse-keymap))) | 246 | (let ((map (make-sparse-keymap))) |
| 247 | (set-keymap-parent map compilation-minor-mode-map) | 247 | (set-keymap-parent map compilation-minor-mode-map) |
| 248 | (define-key map " " 'scroll-up) | 248 | (define-key map " " 'scroll-up-command) |
| 249 | (define-key map "\^?" 'scroll-down) | 249 | (define-key map "\^?" 'scroll-down-command) |
| 250 | (define-key map "\C-c\C-f" 'next-error-follow-minor-mode) | 250 | (define-key map "\C-c\C-f" 'next-error-follow-minor-mode) |
| 251 | 251 | ||
| 252 | (define-key map "\r" 'compile-goto-error) ;; ? | 252 | (define-key map "\r" 'compile-goto-error) ;; ? |
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 05fcedde048..8d8966ee159 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -226,8 +226,8 @@ support." | |||
| 226 | (define-key map "\C-m" (lambda (arg) | 226 | (define-key map "\C-m" (lambda (arg) |
| 227 | (interactive "p") | 227 | (interactive "p") |
| 228 | (scroll-up arg))) | 228 | (scroll-up arg))) |
| 229 | (define-key map " " 'scroll-up) | 229 | (define-key map " " 'scroll-up-command) |
| 230 | (define-key map [delete] 'scroll-down) | 230 | (define-key map [delete] 'scroll-down-command) |
| 231 | (define-key map "h" 'idlwave-help-find-header) | 231 | (define-key map "h" 'idlwave-help-find-header) |
| 232 | (define-key map "H" 'idlwave-help-find-first-header) | 232 | (define-key map "H" 'idlwave-help-find-first-header) |
| 233 | (define-key map "." 'idlwave-help-toggle-header-match-and-def) | 233 | (define-key map "." 'idlwave-help-toggle-header-match-and-def) |
diff --git a/lisp/simple.el b/lisp/simple.el index 1ab90792bfa..c81385680bf 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -357,8 +357,8 @@ Other major modes are defined by comparison with this one." | |||
| 357 | (let ((map (make-sparse-keymap))) | 357 | (let ((map (make-sparse-keymap))) |
| 358 | (suppress-keymap map) | 358 | (suppress-keymap map) |
| 359 | (define-key map "q" 'quit-window) | 359 | (define-key map "q" 'quit-window) |
| 360 | (define-key map " " 'scroll-up) | 360 | (define-key map " " 'scroll-up-command) |
| 361 | (define-key map "\C-?" 'scroll-down) | 361 | (define-key map "\C-?" 'scroll-down-command) |
| 362 | (define-key map "?" 'describe-mode) | 362 | (define-key map "?" 'describe-mode) |
| 363 | (define-key map "h" 'describe-mode) | 363 | (define-key map "h" 'describe-mode) |
| 364 | (define-key map ">" 'end-of-buffer) | 364 | (define-key map ">" 'end-of-buffer) |
diff --git a/lisp/startup.el b/lisp/startup.el index 16cf41506bd..842548577c5 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1450,8 +1450,8 @@ Each element in the list should be a list of strings or pairs | |||
| 1450 | (let ((map (make-sparse-keymap))) | 1450 | (let ((map (make-sparse-keymap))) |
| 1451 | (suppress-keymap map) | 1451 | (suppress-keymap map) |
| 1452 | (set-keymap-parent map button-buffer-map) | 1452 | (set-keymap-parent map button-buffer-map) |
| 1453 | (define-key map "\C-?" 'scroll-down) | 1453 | (define-key map "\C-?" 'scroll-down-command) |
| 1454 | (define-key map " " 'scroll-up) | 1454 | (define-key map " " 'scroll-up-command) |
| 1455 | (define-key map "q" 'exit-splash-screen) | 1455 | (define-key map "q" 'exit-splash-screen) |
| 1456 | map) | 1456 | map) |
| 1457 | "Keymap for splash screen buffer.") | 1457 | "Keymap for splash screen buffer.") |
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 447d7fd2533..646b65abc60 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -150,8 +150,8 @@ The properties returned may include `top', `left', `height', and `width'." | |||
| 150 | (define-key global-map [end] 'end-of-buffer) | 150 | (define-key global-map [end] 'end-of-buffer) |
| 151 | (define-key global-map [kp-home] 'beginning-of-buffer) | 151 | (define-key global-map [kp-home] 'beginning-of-buffer) |
| 152 | (define-key global-map [kp-end] 'end-of-buffer) | 152 | (define-key global-map [kp-end] 'end-of-buffer) |
| 153 | (define-key global-map [kp-prior] 'scroll-down) | 153 | (define-key global-map [kp-prior] 'scroll-down-command) |
| 154 | (define-key global-map [kp-next] 'scroll-up) | 154 | (define-key global-map [kp-next] 'scroll-up-command) |
| 155 | 155 | ||
| 156 | ;; Allow shift-clicks to work similarly to under Nextstep. | 156 | ;; Allow shift-clicks to work similarly to under Nextstep. |
| 157 | (define-key global-map [S-mouse-1] 'mouse-save-then-kill) | 157 | (define-key global-map [S-mouse-1] 'mouse-save-then-kill) |
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index d375656569c..ab7ca8bf5a8 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el | |||
| @@ -133,10 +133,10 @@ | |||
| 133 | (global-set-key [r3] 'backward-page) | 133 | (global-set-key [r3] 'backward-page) |
| 134 | (global-set-key [r6] 'forward-page) | 134 | (global-set-key [r6] 'forward-page) |
| 135 | (global-set-key [r7] 'beginning-of-buffer) | 135 | (global-set-key [r7] 'beginning-of-buffer) |
| 136 | (global-set-key [r9] 'scroll-down) | 136 | (global-set-key [r9] 'scroll-down-command) |
| 137 | (global-set-key [r11] 'recenter) | 137 | (global-set-key [r11] 'recenter) |
| 138 | (global-set-key [r13] 'end-of-buffer) | 138 | (global-set-key [r13] 'end-of-buffer) |
| 139 | (global-set-key [r15] 'scroll-up) | 139 | (global-set-key [r15] 'scroll-up-command) |
| 140 | (global-set-key [redo] 'redraw-display) ;FIXME: collides with default. | 140 | (global-set-key [redo] 'redraw-display) ;FIXME: collides with default. |
| 141 | (global-set-key [props] 'list-buffers) | 141 | (global-set-key [props] 'list-buffers) |
| 142 | (global-set-key [put] 'sun-select-region) | 142 | (global-set-key [put] 'sun-select-region) |