emacs-devel
[Top][All Lists]
Advanced

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

Re: Missing features in c-ts-mode


From: Eli Zaretskii
Subject: Re: Missing features in c-ts-mode
Date: Fri, 17 Feb 2023 14:20:59 +0200

> From: Theodor Thornhill <theo@thornhill.no>
> Cc: Eli Zaretskii <eliz@gnu.org>, casouri@gmail.com, emacs-devel@gnu.org
> Date: Fri, 17 Feb 2023 10:56:28 +0100
> 
> >      #pragma parallel for first private(x) \
> >          shared(y) etc
> >      for (...) {
> >          ....
> >      }
> > }
> >
> > In this case the pragma in column zero is very confusing. Alan added a
> > new mode (c-toggle-cpp-indent-to-body) which worked around this issue a
> > few years ago. I don't if it is possible to enable similar behavior with
> > your change? Is is?
> >
> > Best,
> > Ergus
> >
> 
> It's absolutely possible, but IMO that sounds like an improvement for
> emacs 30, maybe?

It depends on how simple and safe the change will be.  But yes, I'm
okay with delaying this to Emacs 30 if the addition is complex enough.

Thanks.



reply via email to

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