Re: [SLUG] ispell trick

2003-12-10 Thread Angus Lees
At Tue, 02 Dec 2003 23:29:15 +1100, Ken Foskey wrote:
> I am working on some doco on programming languages in tex.  There is a
> lot of words specific for that particular language and I don't want it
> polluting my personal list and I ouwld like the checks consistent for
> others to keep it easy.

when using emacs/AUCTeX+ispell.el, ignoring words "for this session"
adds the words to the end of the tex file in a "% Local words" comment
block.

I have no idea if detecting/using this list is an ispell feature, or
ispell.el massages it somehow first.

-- 
 - Gus

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] ispell trick

2003-12-02 Thread Ken Foskey


I am working on some doco on programming languages in tex.  There is a
lot of words specific for that particular language and I don't want it
polluting my personal list and I ouwld like the checks consistent for
others to keep it easy.

The answer a Makefile rule like this:

spell:
ispell -p ./.ispell_words -t slides.tex

It now creates a set of words in the current directory that are used to
check against and ignores the personal dictionary.  When you insert into
the dictionary you insert into this local word list.  (The -t is just
for handling tex commands, BTW.)

I can now check this local word list into cvs and then any using `make
spell` can get suggestions that I have inserted.

-- 
Thanks
KenF
OpenOffice.org developer

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug