gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] defmacro does not capture a local function


From: Dan Corkill
Subject: [Gcl-devel] defmacro does not capture a local function
Date: Mon, 13 Feb 2006 14:59:20 -0500
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Running the latest CVS sources (with --enable-ansi), the following fails to capture the local function, local-fn:

(flet ((local-fn (obj) `(print ,obj)))
  (defmacro buggy (arg) (local-fn arg)))

I don't know if this is a known issue (I didn't see anything in a quick scan of the archives).

-- Dan







reply via email to

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