emacs-devel
[Top][All Lists]
Advanced

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

A question about read syntax and compiled backreferences


From: Juanma Barranquero
Subject: A question about read syntax and compiled backreferences
Date: Mon, 22 Jan 2007 17:13:07 +0100

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: "#"

?

(I'm sure there's a simple explanation and I'm overlooking something...)

                   /L/e/k/t/u




reply via email to

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