help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Testing validity of a word


From: Emanuel Berg
Subject: Re: Testing validity of a word
Date: Wed, 26 Jul 2023 19:45:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

uzibalqa wrote:

> The following could be less intensive
>
> (defun is-valid-word (word)
>   "Check if the WORD is valid using `ispell`."
>   (ispell-lookup-words word))

You are right, maybe `ispell-lookup-words' didn't exist when
I wrote that ... should replace that, thanks.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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