Alexander Burger <[email protected]> writes: Hi Alex,
> You said that you call it as
>
> (setq X (list "string1" ... "string200"))
>
> Note that this evaluates the transient symbols "string1" etc., so if one
> of them has a value NIL (or anything else), it will be included in the
> list.
>
> What you actually want to do is
>
> (setq X '("string1" ... "string200"))
yes, definitely... thanks
--
cheers,
Thorsten
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
