David O'Brien
2016-09-04 02:16:52 UTC
Using aspell-0.60.6.1-10.fc22.x86_64
I use the following to spell check my DocBook XML files:
find . -name *.xml -exec aspell -c --mode=sgml '{}' \;
I would like to configure aspell to ignore the contents of <screen> tags
(and possibly also other block tags in the future). Is this possible?
Thanks
I use the following to spell check my DocBook XML files:
find . -name *.xml -exec aspell -c --mode=sgml '{}' \;
I would like to configure aspell to ignore the contents of <screen> tags
(and possibly also other block tags in the future). Is this possible?
Thanks
--
David
"Why use two words when one will do?"
Thomas Jefferson
David
"Why use two words when one will do?"
Thomas Jefferson