emacs-devel
[Top][All Lists]
Advanced

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

Re: A question about read syntax and compiled backreferences


From: Eli Zaretskii
Subject: Re: A question about read syntax and compiled backreferences
Date: Mon, 22 Jan 2007 23:38:46 +0200

> Date: Mon, 22 Jan 2007 17:13:07 +0100
> From: "Juanma Barranquero" <address@hidden>
> 
> Why can I evaluate this:
> 
> (defun test ()
>   (let ((z '#1=(a b . #1#)))
>     (safe-length z)))
> 
> but trying to loading it from a byte-compiled file brings
> 
>   Invalid read syntax: "#"
> 
> ?

Maybe because the byte compiler emits constructs that use # ?




reply via email to

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