Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow text to be marked exempt from spell-checking #19

Open
rrthomas opened this issue Jun 16, 2017 · 1 comment
Open

Allow text to be marked exempt from spell-checking #19

rrthomas opened this issue Jun 16, 2017 · 1 comment

Comments

@rrthomas
Copy link
Owner

Currently, each file has its own local words list. Instead, use a project-wide dictionary.

Also, find some way to mark one-offs "sic" (e.g. "Eeehhhh", foreign words) so that they don't need to be even in the per-file list.

@rrthomas rrthomas changed the title Improve spell-checking Allow text to be marked exempt from spell-checking Jun 18, 2017
@rrthomas
Copy link
Owner Author

A project-wide wordlist has been added.

Can use the technique here: https://stackoverflow.com/questions/8287330/exempt-code-chunks-in-an-sweave-document-from-emacs-spell-check to add "sic" markings for exclamations, foreign words etc. Since in LaTeX it will require extra line breaks to make suitable comment markers, it's probably only useful for whole phrases/sentences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant