GNU bug report logs - #63879
29.0.90; [PATCH] Fix rust-ts-mode indentation for else-if

Previous Next

Package: emacs;

Reported by: Yuan Fu <casouri <at> gmail.com>

Date: Sat, 3 Jun 2023 23:20:02 UTC

Severity: normal

Tags: patch

Found in version 29.0.90

Done: Yuan Fu <casouri <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Yuan Fu <casouri <at> gmail.com>
Subject: bug#63879: closed (Re: bug#63879: 29.0.90; [PATCH] Fix
 rust-ts-mode indentation for else-if)
Date: Mon, 05 Jun 2023 07:45:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63879: 29.0.90; [PATCH] Fix rust-ts-mode indentation for else-if

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63879 <at> debbugs.gnu.org.

-- 
63879: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63879
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Yuan Fu <casouri <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Randy Taylor <dev <at> rjt.dev>, 63879 <at> debbugs.gnu.org,
 63879-done <at> debbugs.gnu.org
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 <at> gnu.org> wrote:
> 
>> Cc: 63879 <at> debbugs.gnu.org
>> Date: Sat, 03 Jun 2023 23:58:16 +0000
>> From: Randy Taylor <dev <at> 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
[Message part 3 (message/rfc822, inline)]
From: Yuan Fu <casouri <at> gmail.com>
To: Bug Report Emacs <bug-gnu-emacs <at> gnu.org>
Subject: 29.0.90; [PATCH] Fix rust-ts-mode indentation for else-if
Date: Sat, 3 Jun 2023 16:18:47 -0700
[Message part 4 (text/plain, inline)]
X-Debbugs-CC: dev <at> rjt.dev

Example:

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


Yuan

[rust-ts-mode.patch (application/octet-stream, attachment)]

This bug report was last modified 1 year and 350 days ago.

Previous Next


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