Zenitani Seiji
zenit****@mac*****
Wed Sep 28 20:20:44 JST 2005
Hi, On 2005/09/28, at 15:55, Clemens Wittinger wrote: > > In ispell.el I found one or the other place where apsell is called > without ispell-extra-args (e.g. (ispell-find-aspell-dictionaries)) > and perhaps it get's "confused" there: ispell-dictionary-alist > becomes ((nil)). I think so, too. Calling without ispell-extra-arg is doubtful. Has anyone feedbacked this issue to the ispell maintainer or the emacs-devel list? If not, I'll write an email later. It's also possible to set aspell-options via environment variables. Try one of the below two. ;; relocatable path (for Carbon Emacs Package) (setenv "ASPELL_CONF" (concat "prefix " carbon-emacs-package-prefix ";" "data-dir " carbon-emacs-package-prefix "/lib/aspell-0.60;" "dict-dir " carbon-emacs-package-prefix "/lib/aspell-0.60;" "conf-dir " carbon-emacs-package-prefix "/etc" )) ;; explicit path (setenv "ASPELL_CONF" (concat "prefix /Applications/Emacs.app/Contents/Resources;" "data-dir /Applications/Emacs.app/Contents/Resources/lib/aspell-0.60;" "dict-dir /Applications/Emacs.app/Contents/Resources/lib/aspell-0.60;" "conf-dir /Applications/Emacs.app/Contents/Resources/etc")) It seems that the aspell file (carbon-emacs-builtin-aspell.el) in the September release needs to be replaced. On 2005/09/28, at 17:53, Peter Dyballa wrote: > Am 28.09.2005 um 02:37 schrieb David Poole: > > > > However ispell does not work in the new version > > For me ispell works with this simple setup while aspell does not: > > (setq ispell-dictionary "german8") > (snip) > > aspell still thinks it has to use dictionaries from inside Carbon Emacs > with a somehow different setup in which it can't find the german8 > dictionary. What is "german8"? Is it better german dictionary? -- Seiji