aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-11-16 08:18:30 +0100
committerLars Ingebrigtsen2021-11-16 08:26:24 +0100
commit2daffe3550ff829396f13dd21d5cb573fede30d9 (patch)
tree5db64a73dd7726affb19524efeb4518ad61d131c /lisp/mh-e
parentde477ec683482a5dd27d791d7fdcfc4021ed3cb7 (diff)
downloademacs-2daffe3550ff829396f13dd21d5cb573fede30d9.tar.gz
emacs-2daffe3550ff829396f13dd21d5cb573fede30d9.zip
Adjust `defvar-keymap' and `define-keymap' to the new syntax
* lisp/vc/smerge-mode.el (smerge-basic-map): * lisp/vc/pcvs.el (cvs-mode-map): (cvs-minor-mode-prefix): * lisp/vc/log-view.el (log-view-mode-map): * lisp/vc/log-edit.el (log-edit-mode-map): * lisp/vc/diff-mode.el (diff-mode-shared-map): (diff-minor-mode-prefix): * lisp/vc/cvs-status.el (cvs-status-mode-map): * lisp/simple.el (special-mode-map): * lisp/outline.el (outline--insert-open-button): (outline--insert-close-button): * lisp/net/shr.el (shr-map): * lisp/net/eww.el (eww-link-keymap): (eww-mode-map): (eww-submit-map): (eww-bookmark-mode-map): (eww-history-mode-map): (eww-buffers-mode-map): * lisp/mh-e/mh-speed.el (:keymap): * lisp/mh-e/mh-show.el (:keymap): * lisp/mh-e/mh-search.el (:keymap): * lisp/mh-e/mh-letter.el (:keymap): * lisp/mh-e/mh-folder.el (:keymap): * lisp/international/emoji.el (emoji-list-mode-map): * lisp/gnus/spam.el (:keymap): * lisp/gnus/mml.el (mml-mode-map): * lisp/gnus/message.el (message-mode-map): * lisp/gnus/gnus-undo.el (gnus-undo-mode-map): * lisp/gnus/gnus-topic.el (gnus-topic-mode-map): * lisp/gnus/gnus-sum.el (:keymap): * lisp/gnus/gnus-srvr.el (gnus-server-mode-map): (gnus-browse-mode-map): * lisp/gnus/gnus-salt.el (gnus-pick-mode-map): (gnus-tree-mode-map): * lisp/gnus/gnus-msg.el (:prefix): * lisp/gnus/gnus-ml.el (gnus-mailing-list-mode-map): * lisp/gnus/gnus-kill.el (gnus-kill-file-mode-map): * lisp/gnus/gnus-html.el (gnus-html-displayed-image-map): * lisp/gnus/gnus-group.el (:keymap): * lisp/gnus/gnus-eform.el (gnus-edit-form-mode-map): * lisp/gnus/gnus-draft.el (gnus-draft-mode-map): * lisp/gnus/gnus-dired.el (gnus-dired-mode-map): * lisp/gnus/gnus-bookmark.el (gnus-bookmark-bmenu-mode-map): * lisp/gnus/gnus-art.el (:keymap): (gnus-article-edit-mode-map): * lisp/gnus/gnus-agent.el (gnus-agent-group-mode-map): (gnus-agent-summary-mode-map): (gnus-agent-server-mode-map): (gnus-category-mode-map): Adjust `defvar-keymap' and `define-keymap' to the new syntax.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-folder.el36
-rw-r--r--lisp/mh-e/mh-letter.el120
-rw-r--r--lisp/mh-e/mh-search.el26
-rw-r--r--lisp/mh-e/mh-show.el28
-rw-r--r--lisp/mh-e/mh-speed.el2
5 files changed, 106 insertions, 106 deletions
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el
index c700b3348df..ddf13d193ed 100644
--- a/lisp/mh-e/mh-folder.el
+++ b/lisp/mh-e/mh-folder.el
@@ -212,7 +212,7 @@ annotation.")
212 212
213;; Save the "b" binding for a future `back'. Maybe? 213;; Save the "b" binding for a future `back'. Maybe?
214(define-keymap :keymap mh-folder-mode-map 214(define-keymap :keymap mh-folder-mode-map
215 " " #'mh-page-msg 215 "SPC" #'mh-page-msg
216 "!" #'mh-refile-or-write-again 216 "!" #'mh-refile-or-write-again
217 "'" #'mh-toggle-tick 217 "'" #'mh-toggle-tick
218 "," #'mh-header-display 218 "," #'mh-header-display
@@ -223,15 +223,15 @@ annotation.")
223 "?" #'mh-help 223 "?" #'mh-help
224 "E" #'mh-extract-rejected-mail 224 "E" #'mh-extract-rejected-mail
225 "M" #'mh-modify 225 "M" #'mh-modify
226 "\177" #'mh-previous-page 226 "DEL" #'mh-previous-page
227 "\C-d" #'mh-delete-msg-no-motion 227 "C-d" #'mh-delete-msg-no-motion
228 "\t" #'mh-index-next-folder 228 "TAB" #'mh-index-next-folder
229 [backtab] #'mh-index-previous-folder 229 "<backtab>" #'mh-index-previous-folder
230 "\M-\t" #'mh-index-previous-folder 230 "C-M-i" #'mh-index-previous-folder
231 "\e<" #'mh-first-msg 231 "ESC <" #'mh-first-msg
232 "\e>" #'mh-last-msg 232 "ESC >" #'mh-last-msg
233 "\ed" #'mh-redistribute 233 "ESC d" #'mh-redistribute
234 "\r" #'mh-show 234 "RET" #'mh-show
235 "^" #'mh-alt-refile-msg 235 "^" #'mh-alt-refile-msg
236 "c" #'mh-copy-msg 236 "c" #'mh-copy-msg
237 "d" #'mh-delete-msg 237 "d" #'mh-delete-msg
@@ -242,10 +242,10 @@ annotation.")
242 "k" #'mh-delete-subject-or-thread 242 "k" #'mh-delete-subject-or-thread
243 "m" #'mh-alt-send 243 "m" #'mh-alt-send
244 "n" #'mh-next-undeleted-msg 244 "n" #'mh-next-undeleted-msg
245 "\M-n" #'mh-next-unread-msg 245 "M-n" #'mh-next-unread-msg
246 "o" #'mh-refile-msg 246 "o" #'mh-refile-msg
247 "p" #'mh-previous-undeleted-msg 247 "p" #'mh-previous-undeleted-msg
248 "\M-p" #'mh-previous-unread-msg 248 "M-p" #'mh-previous-unread-msg
249 "q" #'mh-quit 249 "q" #'mh-quit
250 "r" #'mh-reply 250 "r" #'mh-reply
251 "s" #'mh-send 251 "s" #'mh-send
@@ -324,9 +324,9 @@ annotation.")
324 "u" #'mh-store-msg) ;uuencode 324 "u" #'mh-store-msg) ;uuencode
325 325
326 "D" (define-keymap :prefix 'mh-digest-map 326 "D" (define-keymap :prefix 'mh-digest-map
327 " " #'mh-page-digest 327 "SPC" #'mh-page-digest
328 "?" #'mh-prefix-help 328 "?" #'mh-prefix-help
329 "\177" #'mh-page-digest-backwards 329 "DEL" #'mh-page-digest-backwards
330 "b" #'mh-burst-digest) 330 "b" #'mh-burst-digest)
331 331
332 "K" (define-keymap :prefix 'mh-mime-map 332 "K" (define-keymap :prefix 'mh-mime-map
@@ -337,11 +337,11 @@ annotation.")
337 "o" #'mh-folder-save-mime-part 337 "o" #'mh-folder-save-mime-part
338 "t" #'mh-toggle-mime-buttons 338 "t" #'mh-toggle-mime-buttons
339 "v" #'mh-folder-toggle-mime-part 339 "v" #'mh-folder-toggle-mime-part
340 "\t" #'mh-next-button 340 "TAB" #'mh-next-button
341 [backtab] #'mh-prev-button 341 "<backtab>" #'mh-prev-button
342 "\M-\t" #'mh-prev-button) 342 "C-M-i" #'mh-prev-button)
343 343
344 [mouse-2] #'mh-show-mouse) 344 "<mouse-2>" #'mh-show-mouse)
345 345
346;; "C-c /" prefix is used in mh-folder-mode by pgp.el and mailcrypt 346;; "C-c /" prefix is used in mh-folder-mode by pgp.el and mailcrypt
347 347
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el
index 1f7902640a1..ebe94a7af83 100644
--- a/lisp/mh-e/mh-letter.el
+++ b/lisp/mh-e/mh-letter.el
@@ -115,67 +115,67 @@
115 115
116;; If this changes, modify mh-letter-mode-help-messages accordingly, above. 116;; If this changes, modify mh-letter-mode-help-messages accordingly, above.
117(define-keymap :keymap mh-letter-mode-map 117(define-keymap :keymap mh-letter-mode-map
118 " " #'mh-letter-complete-or-space 118 "SPC" #'mh-letter-complete-or-space
119 "," #'mh-letter-confirm-address 119 "," #'mh-letter-confirm-address
120 "\C-c?" #'mh-help 120 "C-c ?" #'mh-help
121 "\C-c\C-\\" #'mh-fully-kill-draft ;if no C-q 121 "C-c C-\\" #'mh-fully-kill-draft ;if no C-q
122 "\C-c\C-^" #'mh-insert-signature ;if no C-s 122 "C-c C-^" #'mh-insert-signature ;if no C-s
123 "\C-c\C-c" #'mh-send-letter 123 "C-c C-c" #'mh-send-letter
124 "\C-c\C-d" #'mh-insert-identity 124 "C-c C-d" #'mh-insert-identity
125 "\C-c\C-e" #'mh-mh-to-mime 125 "C-c C-e" #'mh-mh-to-mime
126 "\C-c\C-f\C-a" #'mh-to-field 126 "C-c C-f C-a" #'mh-to-field
127 "\C-c\C-f\C-b" #'mh-to-field 127 "C-c C-f C-b" #'mh-to-field
128 "\C-c\C-f\C-c" #'mh-to-field 128 "C-c C-f C-c" #'mh-to-field
129 "\C-c\C-f\C-d" #'mh-to-field 129 "C-c C-f C-d" #'mh-to-field
130 "\C-c\C-f\C-f" #'mh-to-fcc 130 "C-c C-f C-f" #'mh-to-fcc
131 "\C-c\C-f\C-l" #'mh-to-field 131 "C-c C-f C-l" #'mh-to-field
132 "\C-c\C-f\C-m" #'mh-to-field 132 "C-c C-f C-m" #'mh-to-field
133 "\C-c\C-f\C-r" #'mh-to-field 133 "C-c C-f C-r" #'mh-to-field
134 "\C-c\C-f\C-s" #'mh-to-field 134 "C-c C-f C-s" #'mh-to-field
135 "\C-c\C-f\C-t" #'mh-to-field 135 "C-c C-f C-t" #'mh-to-field
136 "\C-c\C-fa" #'mh-to-field 136 "C-c C-f a" #'mh-to-field
137 "\C-c\C-fb" #'mh-to-field 137 "C-c C-f b" #'mh-to-field
138 "\C-c\C-fc" #'mh-to-field 138 "C-c C-f c" #'mh-to-field
139 "\C-c\C-fd" #'mh-to-field 139 "C-c C-f d" #'mh-to-field
140 "\C-c\C-ff" #'mh-to-fcc 140 "C-c C-f f" #'mh-to-fcc
141 "\C-c\C-fl" #'mh-to-field 141 "C-c C-f l" #'mh-to-field
142 "\C-c\C-fm" #'mh-to-field 142 "C-c C-f m" #'mh-to-field
143 "\C-c\C-fr" #'mh-to-field 143 "C-c C-f r" #'mh-to-field
144 "\C-c\C-fs" #'mh-to-field 144 "C-c C-f s" #'mh-to-field
145 "\C-c\C-ft" #'mh-to-field 145 "C-c C-f t" #'mh-to-field
146 "\C-c\C-i" #'mh-insert-letter 146 "C-c C-i" #'mh-insert-letter
147 "\C-c\C-m\C-e" #'mh-mml-secure-message-encrypt 147 "C-c C-m C-e" #'mh-mml-secure-message-encrypt
148 "\C-c\C-m\C-f" #'mh-compose-forward 148 "C-c C-m C-f" #'mh-compose-forward
149 "\C-c\C-m\C-g" #'mh-mh-compose-anon-ftp 149 "C-c C-m C-g" #'mh-mh-compose-anon-ftp
150 "\C-c\C-m\C-i" #'mh-compose-insertion 150 "C-c C-m TAB" #'mh-compose-insertion
151 "\C-c\C-m\C-m" #'mh-mml-to-mime 151 "C-c C-m C-m" #'mh-mml-to-mime
152 "\C-c\C-m\C-n" #'mh-mml-unsecure-message 152 "C-c C-m C-n" #'mh-mml-unsecure-message
153 "\C-c\C-m\C-s" #'mh-mml-secure-message-sign 153 "C-c C-m C-s" #'mh-mml-secure-message-sign
154 "\C-c\C-m\C-t" #'mh-mh-compose-external-compressed-tar 154 "C-c C-m C-t" #'mh-mh-compose-external-compressed-tar
155 "\C-c\C-m\C-u" #'mh-mh-to-mime-undo 155 "C-c C-m C-u" #'mh-mh-to-mime-undo
156 "\C-c\C-m\C-x" #'mh-mh-compose-external-type 156 "C-c C-m C-x" #'mh-mh-compose-external-type
157 "\C-c\C-mee" #'mh-mml-secure-message-encrypt 157 "C-c C-m e e" #'mh-mml-secure-message-encrypt
158 "\C-c\C-mes" #'mh-mml-secure-message-signencrypt 158 "C-c C-m e s" #'mh-mml-secure-message-signencrypt
159 "\C-c\C-mf" #'mh-compose-forward 159 "C-c C-m f" #'mh-compose-forward
160 "\C-c\C-mg" #'mh-mh-compose-anon-ftp 160 "C-c C-m g" #'mh-mh-compose-anon-ftp
161 "\C-c\C-mi" #'mh-compose-insertion 161 "C-c C-m i" #'mh-compose-insertion
162 "\C-c\C-mm" #'mh-mml-to-mime 162 "C-c C-m m" #'mh-mml-to-mime
163 "\C-c\C-mn" #'mh-mml-unsecure-message 163 "C-c C-m n" #'mh-mml-unsecure-message
164 "\C-c\C-mse" #'mh-mml-secure-message-signencrypt 164 "C-c C-m s e" #'mh-mml-secure-message-signencrypt
165 "\C-c\C-mss" #'mh-mml-secure-message-sign 165 "C-c C-m s s" #'mh-mml-secure-message-sign
166 "\C-c\C-mt" #'mh-mh-compose-external-compressed-tar 166 "C-c C-m t" #'mh-mh-compose-external-compressed-tar
167 "\C-c\C-mu" #'mh-mh-to-mime-undo 167 "C-c C-m u" #'mh-mh-to-mime-undo
168 "\C-c\C-mx" #'mh-mh-compose-external-type 168 "C-c C-m x" #'mh-mh-compose-external-type
169 "\C-c\C-o" #'mh-open-line 169 "C-c C-o" #'mh-open-line
170 "\C-c\C-q" #'mh-fully-kill-draft 170 "C-c C-q" #'mh-fully-kill-draft
171 "\C-c\C-s" #'mh-insert-signature 171 "C-c C-s" #'mh-insert-signature
172 "\C-c\C-t" #'mh-letter-toggle-header-field-display 172 "C-c C-t" #'mh-letter-toggle-header-field-display
173 "\C-c\C-w" #'mh-check-whom 173 "C-c C-w" #'mh-check-whom
174 "\C-c\C-y" #'mh-yank-cur-msg 174 "C-c C-y" #'mh-yank-cur-msg
175 "\C-c\M-d" #'mh-insert-auto-fields 175 "C-c M-d" #'mh-insert-auto-fields
176 "\M-\t" #'completion-at-point 176 "C-M-i" #'completion-at-point
177 "\t" #'mh-letter-next-header-field-or-indent 177 "TAB" #'mh-letter-next-header-field-or-indent
178 [backtab] #'mh-letter-previous-header-field) 178 "<backtab>" #'mh-letter-previous-header-field)
179 179
180;; "C-c /" prefix is used in mh-letter-mode by pgp.el and mailcrypt.el. 180;; "C-c /" prefix is used in mh-letter-mode by pgp.el and mailcrypt.el.
181 181
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el
index ef84c5eb283..8012e624f16 100644
--- a/lisp/mh-e/mh-search.el
+++ b/lisp/mh-e/mh-search.el
@@ -550,19 +550,19 @@ group of results."
550 550
551;; If this changes, modify mh-search-mode-help-messages accordingly, below. 551;; If this changes, modify mh-search-mode-help-messages accordingly, below.
552(define-keymap :keymap mh-search-mode-map 552(define-keymap :keymap mh-search-mode-map
553 "\C-c?" #'mh-help 553 "C-c ?" #'mh-help
554 "\C-c\C-c" #'mh-index-do-search 554 "C-c C-c" #'mh-index-do-search
555 "\C-c\C-p" #'mh-pick-do-search 555 "C-c C-p" #'mh-pick-do-search
556 "\C-c\C-f\C-b" #'mh-to-field 556 "C-c C-f C-b" #'mh-to-field
557 "\C-c\C-f\C-c" #'mh-to-field 557 "C-c C-f C-c" #'mh-to-field
558 "\C-c\C-f\C-m" #'mh-to-field 558 "C-c C-f C-m" #'mh-to-field
559 "\C-c\C-f\C-s" #'mh-to-field 559 "C-c C-f C-s" #'mh-to-field
560 "\C-c\C-f\C-t" #'mh-to-field 560 "C-c C-f C-t" #'mh-to-field
561 "\C-c\C-fb" #'mh-to-field 561 "C-c C-f b" #'mh-to-field
562 "\C-c\C-fc" #'mh-to-field 562 "C-c C-f c" #'mh-to-field
563 "\C-c\C-fm" #'mh-to-field 563 "C-c C-f m" #'mh-to-field
564 "\C-c\C-fs" #'mh-to-field 564 "C-c C-f s" #'mh-to-field
565 "\C-c\C-ft" #'mh-to-field) 565 "C-c C-f t" #'mh-to-field)
566 566
567 567
568 568
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el
index 524179648dc..0f85cd6f69a 100644
--- a/lisp/mh-e/mh-show.el
+++ b/lisp/mh-e/mh-show.el
@@ -560,7 +560,7 @@ still visible.\n")
560;;; MH-Show Keys 560;;; MH-Show Keys
561 561
562(define-keymap :keymap mh-show-mode-map 562(define-keymap :keymap mh-show-mode-map
563 " " #'mh-show-page-msg 563 "SPC" #'mh-show-page-msg
564 "!" #'mh-show-refile-or-write-again 564 "!" #'mh-show-refile-or-write-again
565 "'" #'mh-show-toggle-tick 565 "'" #'mh-show-toggle-tick
566 "," #'mh-show-header-display 566 "," #'mh-show-header-display
@@ -570,12 +570,12 @@ still visible.\n")
570 "?" #'mh-help 570 "?" #'mh-help
571 "E" #'mh-show-extract-rejected-mail 571 "E" #'mh-show-extract-rejected-mail
572 "M" #'mh-show-modify 572 "M" #'mh-show-modify
573 "\177" #'mh-show-previous-page 573 "DEL" #'mh-show-previous-page
574 "\C-d" #'mh-show-delete-msg-no-motion 574 "C-d" #'mh-show-delete-msg-no-motion
575 "\t" #'mh-show-next-button 575 "TAB" #'mh-show-next-button
576 [backtab] #'mh-show-prev-button 576 "<backtab>" #'mh-show-prev-button
577 "\M-\t" #'mh-show-prev-button 577 "C-M-i" #'mh-show-prev-button
578 "\ed" #'mh-show-redistribute 578 "ESC d" #'mh-show-redistribute
579 "^" #'mh-show-refile-msg 579 "^" #'mh-show-refile-msg
580 "c" #'mh-show-copy-msg 580 "c" #'mh-show-copy-msg
581 "d" #'mh-show-delete-msg 581 "d" #'mh-show-delete-msg
@@ -586,10 +586,10 @@ still visible.\n")
586 "k" #'mh-show-delete-subject-or-thread 586 "k" #'mh-show-delete-subject-or-thread
587 "m" #'mh-show-send 587 "m" #'mh-show-send
588 "n" #'mh-show-next-undeleted-msg 588 "n" #'mh-show-next-undeleted-msg
589 "\M-n" #'mh-show-next-unread-msg 589 "M-n" #'mh-show-next-unread-msg
590 "o" #'mh-show-refile-msg 590 "o" #'mh-show-refile-msg
591 "p" #'mh-show-previous-undeleted-msg 591 "p" #'mh-show-previous-undeleted-msg
592 "\M-p" #'mh-show-previous-unread-msg 592 "M-p" #'mh-show-previous-unread-msg
593 "q" #'mh-show-quit 593 "q" #'mh-show-quit
594 "r" #'mh-show-reply 594 "r" #'mh-show-reply
595 "s" #'mh-show-send 595 "s" #'mh-show-send
@@ -670,8 +670,8 @@ still visible.\n")
670 670
671 "D" (define-keymap :prefix 'mh-show-digest-map 671 "D" (define-keymap :prefix 'mh-show-digest-map
672 "?" #'mh-prefix-help 672 "?" #'mh-prefix-help
673 " " #'mh-show-page-digest 673 "SPC" #'mh-show-page-digest
674 "\177" #'mh-show-page-digest-backwards 674 "DEL" #'mh-show-page-digest-backwards
675 "b" #'mh-show-burst-digest) 675 "b" #'mh-show-burst-digest)
676 676
677 "K" (define-keymap :prefix 'mh-show-mime-map 677 "K" (define-keymap :prefix 'mh-show-mime-map
@@ -682,9 +682,9 @@ still visible.\n")
682 "o" #'mh-show-save-mime-part 682 "o" #'mh-show-save-mime-part
683 "i" #'mh-show-inline-mime-part 683 "i" #'mh-show-inline-mime-part
684 "t" #'mh-show-toggle-mime-buttons 684 "t" #'mh-show-toggle-mime-buttons
685 "\t" #'mh-show-next-button 685 "TAB" #'mh-show-next-button
686 [backtab] #'mh-show-prev-button 686 "<backtab>" #'mh-show-prev-button
687 "\M-\t" #'mh-show-prev-button)) 687 "C-M-i" #'mh-show-prev-button))
688 688
689 689
690 690
diff --git a/lisp/mh-e/mh-speed.el b/lisp/mh-e/mh-speed.el
index 82b108c8c8d..bf3a9e5774b 100644
--- a/lisp/mh-e/mh-speed.el
+++ b/lisp/mh-e/mh-speed.el
@@ -86,7 +86,7 @@
86(define-keymap :keymap mh-folder-speedbar-key-map 86(define-keymap :keymap mh-folder-speedbar-key-map
87 "+" #'mh-speed-expand-folder 87 "+" #'mh-speed-expand-folder
88 "-" #'mh-speed-contract-folder 88 "-" #'mh-speed-contract-folder
89 "\r" #'mh-speed-view 89 "RET" #'mh-speed-view
90 "r" #'mh-speed-refresh) 90 "r" #'mh-speed-refresh)
91 91
92(defvar mh-show-speedbar-key-map mh-folder-speedbar-key-map) 92(defvar mh-show-speedbar-key-map mh-folder-speedbar-key-map)