bug: with-presentation-type-xxx

Bug #493672 reported by Christophe Rhodes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
McCLIM
Confirmed
Low
Unassigned

Bug Description

Report from Paul Werkowski

 affects mcclim
 status confirmed
 importance low
 tag presentation-types
 done

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

Revision history for this message
Christophe Rhodes (csr21-cantab) wrote : Re: [Bug 493672] [NEW] bug: with-presentation-type-xxx

Christophe Rhodes <email address hidden> writes:

> 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.

This happens I think because the presentation type parameter in McCLIM
is clim-internals::value-key, not clim:value-key. Should we simply
export all those parameter names?

Christophe

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.