unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Get a list of correction from ispell
@ 2012-02-10 18:15 Aurélien Aptel
  2012-02-10 20:03 ` Eli Zaretskii
  2012-02-10 20:08 ` Peter Dyballa
  0 siblings, 2 replies; 3+ messages in thread
From: Aurélien Aptel @ 2012-02-10 18:15 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

I want to get a list of correction for a word (using the ispell-mode).
Note that Flyspell works correctly.

ispell-current-dictionary
=> "francais"

(lookup-words "maiso*") ;; maison, house in french

Debugger entered--Lisp error: (error "egrep error: /bin/egrep:
/usr/dict/words: No such file or directory")
  signal(error ("egrep error: /bin/egrep: /usr/dict/words: No such
file or directory"))
  error("%s error: %s" "egrep" "/bin/egrep: /usr/dict/words: No such
file or directory")
  [...]


lookup-words wants a dictionary file, and without the optional
argument it's using /usr/dict/words instead. How can I can a list of
correction using ispell-current-dictionnary?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-10 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 18:15 Get a list of correction from ispell Aurélien Aptel
2012-02-10 20:03 ` Eli Zaretskii
2012-02-10 20:08 ` Peter Dyballa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).