emacs-devel
[Top][All Lists]
Advanced

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

Re: Lisp parser broken


From: Stefan Monnier
Subject: Re: Lisp parser broken
Date: Tue, 18 Feb 2003 14:36:03 -0500

With the current CVS trunk, I still have trouble with ? syntax:

ELISP> '(?\ ?\-)
*** Read error ***  Invalid read syntax: "?"
ELISP> '(? ?\-)
*** Read error ***  Invalid read syntax: "?"
ELISP> 

Such forms are used everywhere, so we have to allow them in
order not to break backward compatibility.


        Stefan





reply via email to

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