mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lisp/textmodes/ispell.el (ispell-add-per-file-word-list): Deal with `comment-end' in a way that works for comments that don’t nest. We proceed as follows: when `comment-end' is non-empty, we only ever insert one start and one end comment, the first time we add a local word. This works with both C-style (which don’t nest) and Rust-style comments (which do). If we’re using line comments (i.e. comments that only have a `comment-start'), then continue to insert one on each line. * test/lisp/textmodes/ispell-tests/ispell-tests.el (ispell/ispell-add-per-file-word-list/nxml): Adjust test. Bug#79871 |
||
|---|---|---|
| .. | ||
| css-mode-resources | ||
| emacs-news-mode-resources | ||
| fill-resources | ||
| ispell-resources | ||
| ispell-tests | ||
| paragraphs-resources | ||
| texinfo-resources | ||
| bibtex-tests.el | ||
| conf-mode-tests.el | ||
| css-mode-tests.el | ||
| dns-mode-tests.el | ||
| emacs-news-mode-tests.el | ||
| fill-tests.el | ||
| mhtml-mode-tests.el | ||
| page-tests.el | ||
| paragraphs-tests.el | ||
| po-tests.el | ||
| reftex-tests.el | ||
| sgml-mode-tests.el | ||
| texinfo-tests.el | ||
| tildify-tests.el | ||
| underline-tests.el | ||