1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00
emacs/lisp/mail
Eshel Yaron 47e313e980 Unbind 'C-M-i' in Text mode
Remove the binding of 'C-M-i' to 'ispell-complete-word' in Text mode.
Define a new 'ispell-completion-at-point' function and add that to
'completion-at-point-functions' in Text mode, such that
'completion-at-point' provides the same word completions as
'ispell-complete-word' does OOTB.

* lisp/textmodes/ispell.el (ispell-completion-at-point): New function.
* lisp/textmodes/text-mode.el (text-mode): Add it to 'c-a-p-functions'.
(text-mode-map): Remove 'C-M-i' binding.
(text-mode-meta-tab-ispell-complete-word): New user option.
* etc/NEWS: Announce it.
* doc/emacs/fixit.texi (Spelling)
* doc/emacs/text.texi (Text Mode)
* doc/lispref/modes.texi (Basic Major Modes)
(Example Major Modes): Update.
* lisp/mail/sendmail.el (mail-abbrevs-loaded)
* lisp/nxml/nxml-mode.el (nxml-mode-map): Remove superfluous binding.
2023-11-26 12:30:12 +02:00
..
binhex.el Use t for non-nil default values in boolean defcustom declarations 2023-04-28 15:03:47 +02:00
blessmail.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
emacsbug.el * lisp/mail/emacsbug.el (submit-emacs-patch): Use pop-to-buffer-same-window. 2023-11-16 09:25:23 +02:00
feedmail.el Remove useless unwind-protect forms, or make them useful as intended 2023-04-07 19:08:33 +02:00
flow-fill.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
footnote.el ; * lisp/mail/footnote.el (footnote-hebrew-numeric-regex): dedup rx 2023-08-03 10:17:55 +02:00
hashcash.el Slightly improve hashcash documentation 2023-02-18 13:02:13 +01:00
ietf-drums-date.el Add missing builtin package declarations 2023-09-16 14:36:24 +02:00
ietf-drums.el Fix parsing of mail address headers (bug#64296) 2023-07-05 08:51:56 +08:00
mail-extr.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mail-hist.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mail-parse.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mail-prsvr.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mail-utils.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mailabbrev.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mailalias.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mailclient.el Remove useless unwind-protect forms, or make them useful as intended 2023-04-07 19:08:33 +02:00
mailheader.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mspools.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
qp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reporter.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rfc822.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rfc2045.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rfc2047.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rfc2231.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rfc6068.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rmail-spam-filter.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rmail.el ; Delete redundant defvars; font-lock is preloaded 2023-08-25 23:54:51 +02:00
rmailedit.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rmailkwd.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rmailmm.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rmailmsc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rmailout.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
rmailsort.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rmailsum.el Correct many instances of ``allows to'' 2023-09-10 09:33:50 +08:00
sendmail.el Unbind 'C-M-i' in Text mode 2023-11-26 12:30:12 +02:00
smtpmail.el Don't need text properties when sending a mail 2023-11-04 10:41:38 +02:00
supercite.el Delete XEmacs compat code from supercite.el 2023-08-13 12:52:54 +02:00
undigest.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
unrmail.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
uudecode.el ; * lisp/mail/uudecode.el (uudecode-use-external): Boolean value. 2023-04-24 16:06:14 +02:00
yenc.el Remove useless unwind-protect forms, or make them useful as intended 2023-04-07 19:08:33 +02:00