bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61529: 30.0.50; tree-sitter: weird off-by-one error but only in css-


From: Dmitry Gutov
Subject: bug#61529: 30.0.50; tree-sitter: weird off-by-one error but only in css-ts-mode(?) with `treesit-node-at'
Date: Fri, 17 Feb 2023 17:11:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Version: 29.1

On 17/02/2023 08:16, Eli Zaretskii wrote:
Date: Thu, 16 Feb 2023 23:34:58 +0200
Cc: Eli Zaretskii<eliz@gnu.org>,61529@debbugs.gnu.org
From: Dmitry Gutov<dgutov@yandex.ru>

+If no such node is found, but a leaf node ends at POS, it's
+returned.
Passive tense alert!  This is better:

   If no such node exists, but there's a leaf node which ends at POS,
   return that node.

Thank you, pushed. With that, I'm closing the report.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]