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
Unable to parse email body. Email id is 3172