bug#81638: 32.0.50; flyspell-prog-text-faces type and semantics
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> From: Sean Whitton <[email protected]> > Cc: [email protected], [email protected], > [email protected] > Date: Fri, 21 Aug 2026 10:08:12 +0100 > > It seems like we should take a step back here. Doing this by matching > on faces does not seem like a principled approach; as Stefan said, it's > a quick hack. > > It seems like we could use a whole new mode taking a different approach. That's what I suggested, basically. Btw, ispell.el already supports spell-checking TeX/LaTeX buffers, see the variable ispell-parser and how it is set by ispell-buffer-local-parsing. So I wonder why the "normal" flyspell-mode doesn't already do what Michael wants. Michael, can you investigate?