Edward,
I use aspell, an ispell replacement, with XEmacs under
W2K.
http://aspell.sourceforge.net/aspell
Here is my old configuration for aspell:
;; -----------------------------------------------------------
;; aspell for nt - will not work with ispell.el 3.3 or 3.4
(when (would-like 'ispell)
(setq ispell-program-name "e:/aspell/aspell")
(when (string-match "3.0" ispell-version)
(setq ispell-extra-args '("--reverse"))))
`would-like' is really a require. See
http://xemacs.seanm.ca for more
details.
Note that certain versions of ispell.el do not work with aspell under
W2K. I only use W2K at work, so I will get the correct versions from
work. Note that the 3.3 and 3.4 are ispell versions not the XEmacs
package versions. XEmacs package 1.24 maps to 3.3.
Cheers,
Sean