Hi, Eli Zaretskii writes: >> From: Daniel Mendler >> >> Eli Zaretskii writes: >> >> >> From: Daniel Mendler >> >> >> >> Eli Zaretskii writes: >> >> >> >> > Eshel, given this feedback, I think it would make sense to add a new >> >> > defcustom that would make text-mode avoid adding >> >> > ispell-completion-at-point to completion-at-point-functions. Would >> >> > you please submit such a change and the documentation changes to go >> >> > with it? TIA. >> >> >> >> Maybe the existing defcustom `text-mode-meta-tab-ispell-complete-word' >> >> could be renamed and reused, taking three values? This way we avoid >> >> introducing multiple defcustoms for tweaking the same feature. >> >> >> >> - `command': Bind `ispell-complete-word' to TAB. >> >> - `capf': Add `ispell-completion-at-point' to the >> >> `completion-at-point-functions'. >> >> - `nil': None of the above. >> > >> > Reused, yes. Renamed, I'd rather prefer we avoided that, as it causes >> > compatibility problems. If we can extend its list of valid values to >> > support this aspect as well, it would be good. >> >> Iiuc the variable was introduced a short while ago on Emacs master, so >> renaming it may still be possible? > > Oh, I think I confused it with another option. Yes, if it was > introduced recently on master, we can rename it. SGTM, see attached patch below.