GNU bug report logs -
#64329
29.0.92; treesit/fill-paragraph syntax highlighting problem
Previous Next
Reported by: Troy Brown <brownts <at> troybrown.dev>
Date: Wed, 28 Jun 2023 16:47:01 UTC
Severity: normal
Found in version 29.0.92
Done: Yuan Fu <casouri <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I've noticed this problem on multiple tree-sitter major modes including
c-ts-mode, c++-ts-mode, java-ts-mode, bash-ts-mode. I haven't tried
others, but I suspect those might also suffer from this problem.
The issue occurs when attempting to fill the paragraph of a comment
block. The following comment block can be used as an example to
reproduce the problem and happens with "emacs -Q" (assuming
corresponding tree-sitter libraries are available).
--8<---------------cut here---------------start------------->8---
// The quick brown fox jumps over the
// lazy dog.
// The quick brown fox jumps over the lazy dog.
--8<---------------cut here---------------end--------------->8---
Switch to one of the tree-sitter modes (e.g., M-x java-ts-mode). Move
point to the first line of the comment block above and then execute the
fill-paragraph command (i.e., M-q).
The text which is wrapped onto the first line of the comment block will
be highlighted incorrectly. The results appear as if the comment
delimiter was removed, fontification occurred, then the text was moved
to the first line of the comment block and never refontified with the
comment face.
This bug report was last modified 1 year and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.