[Openmcl-devel] CCL::WITH-TOKEN-BUFFER
Taoufik Dachraoui
taoufik.dachraoui at wanadoo.fr
Thu Jun 11 07:14:42 PDT 2009
Hi,
How to use CCL::WITH-TOKEN-BUFFER ?
>ccl
Welcome to Clozure Common Lisp Version 1.3-r11936 (DarwinX8632)!
? (find-symbol "WITH-TOKEN-BUFFER" "CCL")
NIL
NIL
? (ccl::with-token-buffer (tb) (prin1 tb))
> Error: Undefined function TB called with arguments () .
> While executing: CCL::CHEAP-EVAL-IN-ENVIRONMENT, in process
listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available
restarts.
> If continued: Retry applying TB to NIL.
> Type :? for other options.
1 >
The error is caused because the macro WITH-TOKEN-BUFFER is not defined
The macro WITH-TOKEN-BUFFER is defined in l1-reader.lisp
Why I cannnot use this macro?
Kind regards
-Taoufik
More information about the Openmcl-devel
mailing list