From: kur (Noriyuki Kurabayashi)

Subject: [pcspr4190] eval-when behavior

Date: 1996-11-26 21:27

> Hi, > > I wrote a file (foo.lsp) containing the following form to indicate > certain situation designated by a feature, BAR. Then add :BAR to > *FEATURES*, and compile foo.lsp. >
> >>> foo.lsp <<<
> > (eval-when (:execute) > #+bar > (print 'bar *debug-io*)) >
> >>> end of foo.lsp <<<
> > Loading compiled file (foo.fsl) prints `BAR' while I expect that > nothing is printed. Is this proper behavior? > > Thank you, > -- > Noriyuki Kurabayashi <ess.atsugi.fujixerox.co.jp at kura> > Digital Imaging Technology Development Dept., > Advanced Technology & Engineering Center. > FUJI XEROX Co., Ltd. > Phone: +81-462-35-9949 > Fax: +81-462-35-9002
I'm using Allegro CL for Windows 3.0 (3.0.6a,P kernel). No patches loaded. -Noriyuki