emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Word completion in text modes


From: Eshel Yaron
Subject: Re: Word completion in text modes
Date: Sun, 26 Nov 2023 12:03:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Eshel Yaron <me@eshelyaron.com>
>> Cc: emacs-devel@gnu.org
>> Date: Sat, 25 Nov 2023 14:00:42 +0100
>>
>> > Then we should change the text to mention that special effect, instead
>> > of removing it completely.  That's assuming the completion feature is
>> > still important enough to mention it in the manual.
>>
>> Alright, I've added a few words about that in an updated, attached below.
>
> Thanks, installed on master.

Great.  Note that this also resolves Bug#52743 AFAICT, as well as this
FIXME in `ispell-complete-word` (that I forgot to remove in the patch):

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 8fdf9a764aa..4c3b22281bd 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -3718,7 +3718,6 @@ ispell-complete-word
 by `ispell-alternate-dictionary' or by `ispell-complete-word-dict';
 if none of those name an existing word-list file, this command
 signals an error."
-  ;; FIXME: completion-at-point-function.
   (interactive "P")
   (let ((case-fold-search-val case-fold-search)
        (word (ispell-get-word nil "\\*")) ; force "previous-word" processing.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]