Lisp HUG Maillist Archive

Delivery 5 with capi:list-panel

Unable to parse email body. Email id is 4558

Re: Delivery 5 with capi:list-panel

Sean Ross wrote:

> I'm currently experiencing a little bit of difficulty while
> trying to deliver a capi interface containing a list panel
> with delivery level 5 on LW 4.4.5 on Linux.
>
> For some reason I get this backtrace when delivering the
> following file.


> An error of type #:XT-occured, arguments : (:FORMAT-STRING
> "Resource ~s depends on ~s but it has not been specified."
> :FORMAT-ARGS (:ITEM-COUNT :ITE)

This is just a wild guess, but I get the impression that some symbol
names have been truncated to 3 characters where they shouldn't have
been.  Maybe it helps to use the :KEEP-SYMBOLS delivery keyword?

Arthur


Re: Delivery 5 with capi:list-panel

At 11:30 22/09/2005, Arthur Lemmens wrote:
>Sean Ross wrote:
>
>>I'm currently experiencing a little bit of difficulty while
>>trying to deliver a capi interface containing a list panel
>>with delivery level 5 on LW 4.4.5 on Linux.
>>
>>For some reason I get this backtrace when delivering the
>>following file.
>
>
>>An error of type #:XT-occured, arguments : (:FORMAT-STRING
>>"Resource ~s depends on ~s but it has not been specified."
>>:FORMAT-ARGS (:ITEM-COUNT :ITE)
>
>This is just a wild guess, but I get the impression that some symbol
>names have been truncated to 3 characters where they shouldn't have
>been.  Maybe it helps to use the :KEEP-SYMBOLS delivery keyword?
>
>Arthur


If it is something symbol name truncation then I think you can also try  adding

:symbol-names-action nil

to the call to deliver.

This will keep the full names of the symbols that are retained in the image 
(rather than retaining extra symbols in the image).

paulm



Updated at: 2020-12-10 08:50 UTC