Subject: Re: prog@
From: Erik Naggum <erik@naggum.no>
Date: 19 Nov 2002 21:34:54 +0000
Newsgroups: comp.lang.lisp
Message-ID: <3246730494173301@naggum.no>

* Raymond Wiker <Raymond.Wiker@fast.no>
| Is it possible to use eval-when instead? I have tried this,
| with the meta package, but have not had any success:
| 
| (eval-when (:compile-toplevel :load-toplevel :execute)
|    (setf *readtable* *meta-readtable*))

  Allegro CL offers a convenient way to access readtables via the named
  readtables features.  The obvious macro `in-syntax´ then takes a symbol
  as argument and assigns the corresponding readtable to *readtable*.

-- 
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.