Please add an option for recursively checking all TeX files via /input{} statements in the main TeX file that is being checked. Maintain the same session when checking all the TeX files that recursively are encountered.
As the /input{} command can also use files from TeX paths, this is not an easy way to go about.
Better would be that aspell can be run on more than one file within the same session, e.g.:
aspell -c -l en --mode=tex *tex
Then all files will be processed in one time (in the order they are presented to aspell), but all within the same session of aspell.
This is clearly not a bug but a feature request. Changed tracker.
This issue has moved to GitHub: https://github.com/GNUAspell/aspell/issues/463
As the /input{} command can also use files from TeX paths, this is not an easy way to go about.
Better would be that aspell can be run on more than one file within the same session, e.g.:
aspell -c -l en --mode=tex *tex
Then all files will be processed in one time (in the order they are presented to aspell), but all within the same session of aspell.
This is clearly not a bug but a feature request. Changed tracker.
This issue has moved to GitHub: https://github.com/GNUAspell/aspell/issues/463