emacs-devel
[Top][All Lists]
Advanced

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

Re: Help etags parse lisp.j


From: Paul Eggert
Subject: Re: Help etags parse lisp.j
Date: Mon, 21 Mar 2016 00:54:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Eli Zaretskii wrote:
>Can't etags reset its parser state after a toplevel semicolon?
No, evidently because it wants to support K&R function definition:

   void foo () int arg; { bar = arg; }

OK, how about if it resets its state when it sees a toplevel semicolon not immediately followed by "{"?



reply via email to

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