On Mon, 25 Nov 2002, Muli Ben-Yehuda wrote: > 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 >
This does not work. > 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") > This seem to make it work - thanks! But now I have another problem: M-x ispell-buffer on a DocBook/XML document still tries to spell-check all the tags, which is very annoying and makes using it useless. Take a look at: http://fc-solve.berlios.de/arch_doc/fcs_arch_doc-docbook-source.zip And try to process fcs_arch_dox.xml. Is there anyway to fix it? Regards, Shlomi Fish > Be merry. > -- > Muli Ben-Yehuda http://www.mulix.org/ > [EMAIL PROTECTED]:~$ sctrace strace /bin/foohttp://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] > ---------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Home Page: http://t2.technion.ac.il/~shlomif/ Home E-mail: [EMAIL PROTECTED] "Let's suppose you have a table with 2^n cups..." "Wait a second - is n a natural number?" ================================================================= 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]
