emacs-devel
[Top][All Lists]
Advanced

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

Re: Lisp parser broken


From: Kim F. Storm
Subject: Re: Lisp parser broken
Date: 18 Feb 2003 18:11:29 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Andreas Schwab <address@hidden> writes:

> The latest changes in the lisp parser cause cc-vars.el to be misparsed, in
> particular the body of the defmacro defcustom-c-stylevar.  Previously the
> expression `(a `(` a)) was parsed as (\` (a (\` (\` a)))), now it is
> parsed as (\` (a (\` ( (\` a))))).  Note that there is a symbol with an
> empty name after the fourth open paren.
> 

Thank you for tracking this down.
It is fixed now.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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