]> git.eshelyaron.com Git - emacs.git/commit
Optionally avoid extending 'completion-at-point-functions'
authorEshel Yaron <me@eshelyaron.com>
Sat, 20 Jan 2024 11:24:32 +0000 (12:24 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:07:55 +0000 (21:07 +0100)
commitb6714cb61f1c1b505f56f516bd8800d8cf340522
tree9897817b4d5fd64a3e13d7b85084df738cb2e979
parentcb8aa18bb902a667903dc52e2bb47f943fcbb506
Optionally avoid extending 'completion-at-point-functions'

It is now possible to avoid extending
'completion-at-point-functions' in Text mode and its descendants.
* lisp/textmodes/text-mode.el
(text-mode-meta-tab-ispell-complete-word): Rename to...
(text-mode-ispell-word-completion): ...this.  Extend with another
option 'completion-at-point'.
(text-mode): Only extend 'completion-at-point-functions' when
'text-mode-ispell-word-completion' is 'completion-at-point'.
(Bug#67527)

* etc/NEWS: Update the entry about 'M-TAB' in Text mode.

(cherry picked from commit f0c573d8069f7ee654a550ae3d148325c49900a3)
etc/NEWS
lisp/textmodes/text-mode.el