Re: [docbook-apps] spell checking

From
Michael Smith <>
Date
2003-12-05T18:06:36+00:00
ID
20031205181244.GE876@theThirdPoliceman
Thread
Re: [docbook-apps] spell checking
"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.