Peter Dyballa
Peter_Dybal****@Web*****
Wed Sep 28 17:53:20 JST 2005
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") ; (setq ispell-program-name "ispell") (setq ispell-program-name "aspell") (if (string= "aspell" ispell-program-name) (progn ; (setq ispell-extra-args "--norm-form=comp --norm-required --run-together") (set-default 'ispell-local-dictionary "german8") (message "Alles für «a»spell") ) (message "Alles für »i«spell") ) ;; (add-hook 'LaTeX-mode-hook (function (lambda () (setq ispell-extra-args '("-t"))))) I changed the contents of the directory /Applications/EmacsJCVS.app/Contents/Resources/share/emacs/22.0.50/ site-lisp/site-start.d: -rw-r--r-- 1 pete admin 509 23 Jul 11:13 carbon-emacs-builtin-aspell.el-orig -rw-r--r-- 1 pete admin 1116 18 Jul 23:02 carbon-emacs-japanese-init.el-orig -rw-r--r-- 1 pete admin 259 25 Sep 17:18 carbon-emacs-path.el 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. -- Greetings Pete Without vi there is only GNU Emacs