On Mon, Nov 25, 2002 at 07:12:53PM +0200, Shlomi Fish wrote: > > How can I configure XEmacs to use aspell instead of ispell with its > M-x ispell-buffer feature?
C-a ispell Look at the list Observe the 'ispell-program-name' variable. C-h v ispell-program-name, just to make sure. Add this snippet to your .xemacs/init.el ; make ispell use "foo" for external speller (setq ispell-program-name "foo") Be merry. -- Muli Ben-Yehuda http://www.mulix.org/ [EMAIL PROTECTED]:~$ sctrace strace /bin/foo http://syscalltrack.sf.net/ Quis custodes ipsos custodiet? ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
