all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.