* Markus Heller (2008-02-25) writes: > Loading flyspell...done > Starting new Ispell process [default] ... > File mode specification error: (file-error "Searching for program" "no > such file or directory" "ispell -t")
>From your init file: '(ispell-program-name "ispell -t") I don't think command line switches should be put into `ispell-program-name'. Rather put those into `ispell-extra-args'. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
