Imaginez un tampon d'organisation dans Emacs comme:
* Title
Some text describing the title and the codew (sic) and whatnot.
#+BEGIN_SRC emacs_lisp
(setq backup-by-copying t)
#+END_SRC
Je veux que flyspell vérifie le tampon d'organisation (et y détecte l'erreur d'orthographe) mais ignore le contenu entre les marques # + BEGIN_SRC et # + END_SRC. Comment procéder?
ox
.
flyspell-generic-check-word-predicate
, si cela n'a pas déjà été inventé. Voici un sujet connexe pour flyspell utilisantflyspell-generic-check-word-predicate
: superuser.com/a/345461/206164 ; et, voici un thread semi-connexe pour ispell utilisantispell-skip-region-alist
, mais sans rapport avec flyspell: emacs.stackexchange.com/a/2103/2287