"W. Borgert" <> writes:
> Quoting Michael Smith <>:
> > > On Thu, Dec 04, 2003 at 10:28:33PM +0000, W. Borgert wrote:
> > > > Sorry for being a little bit off topic, but (how) can I use
> > > > aspell --mode=sgml from inside GNU Emacs/nxml-mode or GNU
> > > > Emacs/psgml-mode? TIA.
> >
> > Either (setq ispell-skip-html) or (setq ispell-skip-sgml), depending on
> > what version the ispell lisp package you're using.
>
> Well, it's aspell, not ispell I'm after :-)
(setq ispell-program-name "aspell") and (set-default 'ispell-skip-html t)
Maybe.