GNU bug report logs - #61502
29.0.60; c-ts-mode auto-indent not working

Previous Next

Package: emacs;

Reported by: Pankaj Jangid <pankaj <at> codeisgreat.org>

Date: Tue, 14 Feb 2023 04:37:01 UTC

Severity: normal

Found in version 29.0.60

Full log


View this message in rfc822 format

From: Theodor Thornhill <theo <at> thornhill.no>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 61502 <at> debbugs.gnu.org, casouri <at> gmail.com, pankaj <at> codeisgreat.org
Subject: bug#61502: 29.0.60; c-ts-mode auto-indent not working
Date: Wed, 15 Feb 2023 18:14:46 +0100

On 15 February 2023 18:09:18 CET, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> Date: Wed, 15 Feb 2023 16:48:33 +0100
>> From: Theodor Thornhill <theo <at> thornhill.no>
>> CC: pankaj <at> codeisgreat.org, casouri <at> gmail.com, 61502 <at> debbugs.gnu.org
>> 
>> 
>> 
>> On 15 February 2023 16:02:03 CET, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> >> From: Theodor Thornhill <theo <at> thornhill.no>
>> >> Cc: pankaj <at> codeisgreat.org, casouri <at> gmail.com, 61502 <at> debbugs.gnu.org
>> >> Date: Wed, 15 Feb 2023 15:53:22 +0100
>> >> 
>> >> >> int
>> >> >> main
>> >> >> {
>> >> >>   for (;;)
>> >> >> |
>> >> >> 
>> >> >> eval: (treesit-node-at (point)) ;; #<treesit-node ")" in 21-22>
>> >> >
>> >> > I'm afraid I cannot interpret that.  What does it mean?
>> >> 
>> >> It returns the closing paren in "for (;;)", right before point.  Which
>> >> may not be as useful, as it is a child of for_statement, IIRC.  Making a
>> >> rule for that isn't too hard, but it complicates things.
>> >
>> >Hmm... this might make no sense, but: why are we asking about the node
>> >at point?  For indentation purposes, when RET is pressed, shouldn't we
>> >ask about the node of the first non-whitespace character of the line
>> >where we get RET?
>> 
>> Yeah, but what then to do when there is only whitespace?
>
>Look back for the first line that has something other than whitespace?

Yeah, we could. But what then with

for (
     ;;)
|

?

Not saying it's impossible, but we will get complexity that may be hard to get into emacs-29, i think.

Theo 




This bug report was last modified 2 years and 123 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.