GNU bug report logs -
#62775
29.0.60; C-M-i or ispell-complete-word experiences "lookup-words error"
Previous Next
Reported by: Van Ly <van.ly <at> sdf.org>
Date: Tue, 11 Apr 2023 12:51:02 UTC
Severity: normal
Found in version 29.0.60
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 62775 <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 11 Apr 2023 12:48:13 GMT
> From: Van Ly <van.ly <at> sdf.org>
>
> M-$ or ispell-word works by default but C-M-i or ispell-complete-word fails.
>
> Steps to reproduce the error
> - emacs -Q
> - C-x b xxx
> - M-x text-mode
> +
> - type "ju"
> - C-M-i ;;=> causes the echo area to say the following
>
> > ispell-lookup-words: lookup-words error: No plain word-list found at
> > systemdefault locations. Customize ‘ispell-alternate-dictionary’ to
> > set yours.
>
> The unexpected behavior is the above error shown in the *Messages* buffer.
What is your value of ispell-alternate-dictionary? I'm guessing it's
nil, in which case the error message tells you what to do.
I don't know whether modern Posix systems have a word-list file in
some standard location installed; if they do, and that place is not
looked up by the initialization of ispell-alternate-dictionary, we
could add those other places to the list of standard locations. But
if the word-list file is generally not installed, then I think the
error message is to be expected.
I've now added the fact that a word-list file is necessary for
ispell-complete-word to work to the command's doc string. I don't
think we should or can do anything else about it.
This bug report was last modified 2 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.