1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
emacs/lisp/gnus
Stefan Kangas 4a3ba8528b Use substitute-command-keys for literal key sequences
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-help-for-help):
* lisp/calc/calc-mode.el (calc-auto-why):
* lisp/calc/calc.el (calc-do):
* lisp/calculator.el (calculator-mode):
* lisp/dired-aux.el (dired-create-files)
(dired-do-create-files-regexp, dired-create-files-non-directory):
* lisp/dired-x.el (dired-virtual):
* lisp/dired.el (dired-mark-region, dired-unmark-all-files):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/epa-ks.el (epa-ks--display-keys):
* lisp/erc/erc.el (erc-toggle-debug-irc-protocol):
* lisp/files.el (save-some-buffers):
* lisp/gnus/gnus-dired.el (gnus-dired-find-file-mailcap)
(gnus-dired-print):
* lisp/gnus/gnus-group.el (gnus-keep-same-level):
* lisp/gnus/gnus-score.el (gnus-score-find-trace):
* lisp/gnus/gnus.el (to-list):
* lisp/gnus/message.el (message--send-mail-maybe-partially):
* lisp/mail/supercite.el (sc-set-variable):
* lisp/minibuffer.el (minibuffer-inactive-mode):
* lisp/progmodes/etags.el (select-tags-table):
* lisp/progmodes/idlw-shell.el (idlwave-shell-mode)
(idlwave-shell-char-mode-loop):
* lisp/replace.el (query-replace-help):
* lisp/simple.el (set-variable):
* lisp/subr.el (read-char-from-minibuffer):
* lisp/textmodes/ispell.el (ispell-help, ispell-message):
* lisp/textmodes/reftex-global.el (reftex-find-duplicate-labels):
* lisp/textmodes/reftex-vars.el
(reftex-toc-include-file-boundaries)
(reftex-toc-include-labels, reftex-toc-include-index-entries)
(reftex-toc-include-context, reftex-toc-follow-mode)
(reftex-index-include-context, reftex-index-follow-mode)
(reftex-enable-partial-scans)
(reftex-auto-update-selection-buffers)
(reftex-highlight-selection):
* lisp/time.el (display-time-update):
* lisp/vc/ediff-help.el (ediff-help-for-quick-help):
* lisp/vc/ediff-init.el (ediff-keep-variants):
* lisp/vc/ediff-ptch.el (ediff-fixup-patch-map)
(ediff-patch-file-internal):
* lisp/windmove.el (windmove-delete-default-keybindings): Use
'substitute-command-keys' for literal key sequences.

* lisp/userlock.el (userlock--fontify-key): Remove function.
(ask-user-about-lock, ask-user-about-lock-help)
(ask-user-about-supersession-threat)
(ask-user-about-supersession-help): Use 'substitute-command-keys' for
literal key sequences.

* lisp/ibuffer.el (ibuffer-unmark-all): Use 'substitute-command-keys'
for command.
2021-11-22 12:04:19 +01:00
..
canlock.el
ChangeLog.1
ChangeLog.2
ChangeLog.3
deuglify.el
gmm-utils.el Mark def* macros for indentation 2021-10-13 21:52:57 +02:00
gnus-agent.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-art.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-async.el
gnus-bcklg.el
gnus-bookmark.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-cache.el
gnus-cite.el Revert "Obsolete local set difference functions in favor of seq-difference" 2021-09-29 17:28:02 +02:00
gnus-cloud.el
gnus-cus.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
gnus-dbus.el
gnus-delay.el
gnus-demon.el
gnus-diary.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-dired.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
gnus-draft.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-dup.el
gnus-eform.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-fun.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
gnus-gravatar.el
gnus-group.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
gnus-html.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-icalendar.el Finish conversion of Gnus from `gnus-define-keys' 2021-10-06 11:57:22 +02:00
gnus-int.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-kill.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-logic.el
gnus-mh.el
gnus-ml.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-mlspl.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-msg.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-notifications.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
gnus-picon.el
gnus-range.el Add a comment about bug#50877 for gnus-set-difference 2021-09-29 17:28:02 +02:00
gnus-registry.el Fix syntax error in previous gnus-registry-install-shortcuts change 2021-10-07 09:33:29 +02:00
gnus-rfc1843.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus-salt.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-score.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
gnus-search.el IMAP search should only use charset utf-8 with multibyte strings 2021-10-25 09:55:12 -07:00
gnus-sieve.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-spec.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus-srvr.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-start.el Fix gnus-start.el compilation warning 2021-10-06 11:58:16 +02:00
gnus-sum.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-topic.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-undo.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-util.el Make gnus-define-keys obsolete 2021-10-07 18:49:36 +02:00
gnus-uu.el Revert "Obsolete local set difference functions in favor of seq-difference" 2021-09-29 17:28:02 +02:00
gnus-vm.el
gnus-win.el
gnus.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
gssapi.el
legacy-gnus-agent.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
mail-source.el
message.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
mm-archive.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
mm-bodies.el
mm-decode.el Allow mm-external-terminal-program to be a list of strings 2021-11-15 07:38:21 +01:00
mm-encode.el
mm-extern.el
mm-partial.el Remove redundant #' before lambda in Gnus 2021-04-01 10:23:21 +02:00
mm-url.el
mm-util.el
mm-uu.el * lisp/gnus/mm-uu.el (mm-uu-type-alist): Add markdown-diff/-emacs-sources 2021-09-24 09:44:47 +03:00
mm-view.el Make message/rfc822 on buttons work again in Gnus 2021-10-29 18:08:31 +02:00
mml-sec.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
mml-smime.el Don't inhibit redisplay in the mml* functions 2021-09-21 17:41:32 +02:00
mml.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
mml1991.el Don't inhibit redisplay in the mml* functions 2021-09-21 17:41:32 +02:00
mml2015.el Don't inhibit redisplay in the mml* functions 2021-09-21 17:41:32 +02:00
nnagent.el * lisp/gnus/nnagent.el: Fix spurious empty line at BOB 2021-04-10 12:19:16 -04:00
nnbabyl.el
nndiary.el Don't let nndiary.el alter variables when loading file 2021-09-07 11:51:39 -07:00
nndir.el
nndoc.el
nndraft.el
nneething.el
nnfolder.el
nngateway.el
nnheader.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnimap.el Merge from origin/emacs-28 2021-11-07 18:06:24 +01:00
nnmail.el
nnmaildir.el Handle updates flags when setting flags 2021-09-23 20:54:40 +02:00
nnmairix.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnmbox.el
nnmh.el
nnml.el
nnnil.el
nnoo.el * lisp/gnus/nnoo.el (defvoo, deffoo): Add doc-string property 2021-05-07 22:41:44 -04:00
nnregistry.el
nnrss.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
nnselect.el Use condition-case-unless-debug in nnselect-run 2021-05-16 10:22:22 -07:00
nnspool.el
nntp.el Don't have nntp-report signal an error 2021-11-08 11:29:47 -08:00
nnvirtual.el ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
nnweb.el
score-mode.el
smiley.el
smime.el
spam-report.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
spam-stat.el Remove redundant #' before lambda in Gnus 2021-04-01 10:23:21 +02:00
spam-wash.el
spam.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00