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

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

bug#62825: 29.0.90; c-ts-mode doesn't recognize DEFUN functions


From: Yuan Fu
Subject: bug#62825: 29.0.90; c-ts-mode doesn't recognize DEFUN functions
Date: Wed, 19 Apr 2023 12:11:18 -0700


> On Apr 16, 2023, at 1:14 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Yuan Fu <casouri@gmail.com>
>> Date: Sat, 15 Apr 2023 22:37:02 -0700
>> Cc: 62825@debbugs.gnu.org,
>> theo@thornhill.no
>> 
>> 
>> Eli Zaretskii <eliz@gnu.org> writes:
>> 
>>> Thanks.  But I wonder why do we need the c-ts-mode-emacs-devel knob.
>>> Why not recognize DEFUN by default everywhere?  CC Mode does that,
>>> AFAIK, so why shouldn't c-ts-mode do the same?
>> 
>> I just thought the fix is a bit hacky, and does add some overhead, so
>> people who don’t need it might not be happy to know that they can’t turn
>> it off.
> 
> OK, but I made it into a defcustom and turned this on by default.  I
> also renamed a few symbols, please take a look.

Thanks.

> 
> Btw, should the code you added to c-ts-mode--defun-name recognize
> DEFUN nodes only when this variable is non-nil?

I don’t think it’s necessary, we only need to inhibit creating DEFUN nodes when 
the feature is turned-off, ie, we only need to control the entry points. 

Yuan




reply via email to

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