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

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

bug#62953: Fwd: bug#62953: 29.0.60; c-ts-mode: extra line indentation is


From: norris
Subject: bug#62953: Fwd: bug#62953: 29.0.60; c-ts-mode: extra line indentation is required after brackets
Date: Sat, 22 Apr 2023 10:59:07 +0800

> I cannot reproduce this with the latest emacs-29 branch.

I just tried with the latest emacs-29 branch, and found that the c-mode 
and c-ts-mode are the same when starting from "emacs -Q".
After RET in both c-mode and c-ts-mode, I got:
```
if (a) {
|}
```
So, extra line might be a feature of a minor mode instead of major c-mode
or c-ts-mode where I was wrong. Then I found that this is a feature of the 
package 'smartparens' . I'm trying to find why it does not work in c-ts-mode.

reply via email to

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