Gmane
From: Paul Werkowski <pw <at> snoopy.mv.com>
Subject: bug: with-presentation-type-xxx
Newsgroups: gmane.lisp.mcclim.devel
Date: 2006-04-18 15:00:26 GMT (2 years, 20 weeks, 3 days, 6 hours and 27 minutes ago)
In LispWorks CLIM

CLIM-USER> (with-presentation-type-parameters
             (completion '(completion (a b c))) value-key)
CLIM-USER> IDENTITY

In McCLIM, an error

The variable VALUE-KEY is unbound.

With-presentation-type-parameters and
with-presentation-type-options are afflicted this way.

Paul