CLIM mail archive

[Prev][Next][Index][Thread]

Re: CLIM presentation types (mostly ALIST-MEMBER)



Please send problems to ILA by e-mail and cc Franz.  We don't want to
interfere with you getting effective and rapid service on your problems.
We just want to stay informed of what's going on.

> From TYSON@SUNSET.AI.SRI.COM Fri Oct 19 18:23:27 1990
> Return-Path: <TYSON@SUNSET.AI.SRI.COM>
> Received: from franz.Franz.COM by crisp.Franz.COM (4.0/FI-1.0)
> 	id AA16823; Fri, 19 Oct 90 18:23:26 PDT
> Received: by franz.Franz.COM (MC 2.0/FI-1.0)
> 	id AA01003; Fri, 19 Oct 90 18:22:29 PDT
> Received: from Warbucks.AI.SRI.COM by uunet.uu.net (5.61/1.14) with SMTP 
> 	id AA21178; Fri, 19 Oct 90 21:03:35 -0400
> Received: from ELCAPITAN.AI.SRI.COM by Warbucks.AI.SRI.COM with INTERNET ;
>           Fri, 19 Oct 90 18:03:11 PDT
> Date: Fri, 19 Oct 90 18:03 PDT
> From: TYSON@SUNSET.AI.SRI.COM (Mabry Tyson)
> Subject: CLIM presentation types (mostly ALIST-MEMBER)
> To: info@Franz.COM
> Message-Id: <19901020010328.4.TYSON@ELCAPITAN.AI.SRI.COM>
> Status: R

> The presentation type ALIST-MEMBER does not work as documented on page 171
> in the CLIM API.  Specifically, the cdr of each element can only be a property
> list.  Thus
> 	(alist-member :alist '(("None" . nil) ("All" . all)))
> and	(alist-member :alist '(("None" nil) ("All" all)))
> do not work, but
> 	(alist-member :alist '(("None" :value nil) ("All" :value all)))
> does work.  The error occurs when you try to do an ACCEPT of this type.

> [I would like a fix if available.  If not, I can probably program around
> it.  The rest of this is comments about problems in the documentation.
> No response desired on them.]

> In the documentation for ALIST-MEMBER, the presentation type
> member-sequence is referenced but does not exist.
> Completion is also referenced but not defined in this section (11.5) although
> it appears in the summary in 10.19.5 (p 107).

> The documentation specifies ALIST-MEMBER's arglist is
> 	alist &key test
> when it appears that it is actually
> 	&key alist

> SEQUENCE is defined on page 173 (with non-optional arg which is in disagreement
> with the definition of DEFINE-PRESENTATION-TYPE which specifies all args
> must be optional or keywords (or &rest).  However, SEQUENCE is not defined
> on page 107.  (SEQUENCE does exist in 0.9, with a non-optional arg.)

> Note that COMPLETION on page 107 has a non-optional arg.  (In 0.9,
> COMPLETION's arg is optional.)


0,,


Main Index | Thread Index