all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Lisp parser broken
@ 2003-02-18 15:01 Andreas Schwab
  2003-02-18 15:50 ` Juanma Barranquero
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andreas Schwab @ 2003-02-18 15:01 UTC (permalink / raw)
  Cc: emacs-devel

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.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-02-19  9:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-18 15:01 Lisp parser broken Andreas Schwab
2003-02-18 15:50 ` Juanma Barranquero
2003-02-18 15:56   ` Andreas Schwab
2003-02-18 16:22     ` Juanma Barranquero
2003-02-18 19:36   ` Stefan Monnier
2003-02-18 23:49     ` Kim F. Storm
2003-02-18 17:11 ` Kim F. Storm
2003-02-19  7:17 ` Richard Stallman
2003-02-19  9:30   ` Kim F. Storm

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.