emacs-devel
[Top][All Lists]
Advanced

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

Re: Generic stack I can use in C core?


From: Yuan Fu
Subject: Re: Generic stack I can use in C core?
Date: Sat, 24 Sep 2022 09:52:48 -0700


> On Sep 23, 2022, at 11:18 PM, Po Lu <luangruo@yahoo.com> wrote:
> 
> 
>>> struct stack_node {
>>>  TSNode node;
>>>  TSNode *next;
>>> };
> 
> BTW, Yuan Fu, in Emacs source code the opening brace of a struct is
> typically put on a new line.
> 
> That should be fixed here and elsewhere in the tree sitter branch code
> before it is merged, I think.

I’ve always used bracket on-the-newline, but I could have fumbled here and 
there. Do you see any place where I used bracket-at-eol?

Yuan


reply via email to

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