emacs-devel
[Top][All Lists]
Advanced

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

Re: New space char syntax


From: Juanma Barranquero
Subject: Re: New space char syntax
Date: Fri, 14 Feb 2003 18:35:53 +0100

On Fri, 14 Feb 2003 17:47:32 +0100, address@hidden (Kai Großjohann) wrote:

> I tried to byte-compile the current CVS Oort Gnus with the current CVS
> Emacs.  It barfed at the "? " in the source code of Gnus.

Did it barf at every use of "? " or just "? " followed by a digit or
symbol character?

For example, now:

ELISP> (list ? 1)
*** Read error ***  Invalid read syntax: "?"
ELISP> (list ?  1)
(32 1)

ELISP> (list ? ())
(32 nil)


                                                           /L/e/k/t/u





reply via email to

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