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

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

bug#61541: 30.0.50; Wrong indentarion in csharp-mode


From: Jostein Kjønigsen
Subject: bug#61541: 30.0.50; Wrong indentarion in csharp-mode
Date: Fri, 17 Feb 2023 22:06:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

2/17/23 20:28, Theodor Thornhill wrote:
Ergus <spacibba@aol.com> writes:

Hi:

I just found that this indentations are wrong in csharp mode:

// wrong
new myNamespace.myClass
{
     Name1 = x.Value, // defun-block-intro
        var2 = 2     // statement-cont
        }            // statement-cont


The problem seems to be related with the dot (.) in the new, because
this variant indents correctly:

// right
new myClass
{
     Name1 = x.Value,   // brace-list-intro
     var2 = 2           // brace-list-entry
}                      // brace-list-close


csharp-ts-mode is doing it right BTW.

Hi!

Yeah, this is one of the harder issues iirc, and one of the ones that
made us move to tree-sitter in csharp-mode in the first place.

What do you think Jostein?

Patches welcome!

Theo

First of all: Thanks for a detailed bug-report.

Then for the bad news: I may be missing something here. I'm on the latest revision of the emacs-29 branch, and I really can't reproduce at all.

I've tried typing out the concrete code-samples above, and I've tried copy-pasting them.

No matter what I do, I cannot reproduce the behaviour outlined above.

Ergus: Could you come up with a even more complete example?

I mean... If I can't reproduce, I definitely won't be able to come up with a patch.

--
Jostein






reply via email to

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