[Bug-openmcl] :allow-other-keys

bryan o'connor bryan-openmcl at lunch.org
Wed Jan 7 14:56:48 MST 2004


> Can you tell offhand whether it's a function or a macro that's
> having problems with :ALLOW-OTHER-KEYS ?

here's what i've been working from --

? (labels ((foo (&key bar) bar)) (foo :bar 3 :ALLOW-OTHER-KEYS t))
3
? (labels ((foo (&key bar) bar)) (foo :bar 3 :ALLOW-OTHER-KEYS nil))
Incorrect keyword arguments in (:BAR 3 :ALLOW-OTHER-KEYS NIL) .
    [Condition of type CCL::SIMPLE-PROGRAM-ERROR]

this seems to correspond to the cleanup issue here:
   http://www.lispworks.com/reference/HyperSpec/Issues/iss008_w.htm



More information about the Bug-openmcl mailing list