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

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

bug#63879: closed (29.0.90; [PATCH] Fix rust-ts-mode indentation for els


From: GNU bug Tracking System
Subject: bug#63879: closed (29.0.90; [PATCH] Fix rust-ts-mode indentation for else-if)
Date: Mon, 05 Jun 2023 07:45:02 +0000

Your message dated Mon, 5 Jun 2023 00:43:54 -0700
with message-id <CB7163FB-A05F-4F47-8A11-A65826B31B45@gmail.com>
and subject line Re: bug#63879: 29.0.90; [PATCH] Fix rust-ts-mode indentation 
for else-if
has caused the debbugs.gnu.org bug report #63879,
regarding 29.0.90; [PATCH] Fix rust-ts-mode indentation for else-if
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63879: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63879
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.90; [PATCH] Fix rust-ts-mode indentation for else-if Date: Sat, 3 Jun 2023 16:18:47 -0700
X-Debbugs-CC: dev@rjt.dev

Example:

fn main() {
    if true {
        ()
    } else if true {
            ()
        }
}


Yuan

Attachment: rust-ts-mode.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#63879: 29.0.90; [PATCH] Fix rust-ts-mode indentation for else-if Date: Mon, 5 Jun 2023 00:43:54 -0700

> On Jun 3, 2023, at 10:12 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> Cc: 63879@debbugs.gnu.org
>> Date: Sat, 03 Jun 2023 23:58:16 +0000
>> From: Randy Taylor <dev@rjt.dev>
>> 
>> I can't reproduce this on emacs-29 (with and without -Q) with the example 
>> you gave.
> 
> Neither can I, FWIW.

Oh well, I went back and can’t reproduce this anymore either, even with the 
real code I was writing that prompted this. Sorry for the noise. 

Yuan

--- End Message ---

reply via email to

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