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

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

bug#60572: 29.0.60; c-ts-mode: String spanning multiple lines are not in


From: Mohammed Sadiq
Subject: bug#60572: 29.0.60; c-ts-mode: String spanning multiple lines are not indented
Date: Sun, 08 Jan 2023 13:42:40 +0530

Theodor Thornhill <theo@thornhill.no> writes:

Here is a patch fixing this, Yuan.  Feel free to install at your
convenience.

Do you agree with this patch, Mohammed?

The line

  puts ("more"
    "test");

is still not indented right (right in the sense, the behavior is
different from c-mode):

I expect the code to be (with indent-tabs-mode set to nil):

  puts ("more"
        "test");

but I get:

  puts ("more"
    "test");





reply via email to

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