FG
💻 Software

How to exclude {{{ ... }}} in flyspell-mode and flyspell-buffer?

Fresh5 days ago
Mar 15, 20261918 views
Confidence Score0%
0%

Problem

I edit a lot of MoinMoinWiki pages in my emacs and love the . Preformatted stuff in (in multiple lines) as well as "backtick text backtick" usually contains snippets of programming code which make no sense to spellcheck. Can I configure / not to include the programming code? Example:

Error Output

Bla bla lorem ipsum die Standardcontainer wie `vector` eine
''Methode'' haben, die ein einzelnes Argument nimmt, also
`vector<T>::swap(vector<T)>&)`.…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to exclude {{{ ... }}} in flyspell-mode and flyspell-buffer?

Low Risk

The variable does what you want when spell checking the buffer, but not for flyspell. Just add an entry like Unfortunately, it's not as easy to get flyspell to ignore certain regions. You have to use which is a function. Several modes already define…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment