emacs-devel
[Top][All Lists]
Advanced

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

Re: Lisp parser broken


From: Juanma Barranquero
Subject: Re: Lisp parser broken
Date: Tue, 18 Feb 2003 16:50:06 +0100

On Tue, 18 Feb 2003 16:01:45 +0100, Andreas Schwab <address@hidden> wrote:

> 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.

I've checked in patches, including one for cc-vars.el, that allow Emacs
to bootstrap. Not sure mine's the right fix for `defcustom-c-stylevar',
though.


                                                           /L/e/k/t/u





reply via email to

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