Lisp HUG Maillist Archive

Unable to render article 3170 because of ":DEFAULT stream decoding error on #<SB-SYS:FD-STREAM for \"socket 192.168.43.216:64679, peer: 116.202.254.214:119\" {1001FAADE3}>: the octet sequence #(246 107 111 104) cannot be decoded." error

Re: The lenght of a list in LWW

On 5 Dec 2004, at 16:00, Mika Kuuskankare wrote:

> The problem we encountered is that in our system there is a generic 
> function that automatically generates a LISP-form out of almost any 
> LISP object. It is recursive, i.e., it handles objects of arbitrary 
> complexity. This function is used for copying, saving, etc.
> The method that handles lists of objects uses backquote syntax and 
> LIST in this manner:
> `(list ,@(mapcar #'make-lisp-form a-list-of-objects))

Try this:

`(copy-list ',(mapcar ...))



Pascal

--
Never ascribe to malice that which can adequately be explained by 
incompetence. - Napoleon Bonaparte


Re: The lenght of a list in LWW

Unable to parse email body. Email id is 3172

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