Open
Description
The spellchecker just highlights words, but doesn't guide you through all found issues, and there is no possibility to add words to a local dictionary for the non-browser spellchecker.
It would be nice to have a spellcheck frame, which highlights all wrong words, with some context (+/- 1 line) and shows options.
workaround
Run aspell in interactive mode in a terminal frame. Pick the correct mode, e.g. this one for latex.
aspell --mode=tex -d en_US check FILENAME.tex