Assign a list as symbols property list

2013-06-01 Thread Thorsten Jolitz
Hi List, probably a rather newbie question: When I already have property list like ,-- | ((key1 . value1) (key2 . value2) ... (keyn . valuen)) `-- and want to assign the whole thing as a

Re: Assign a list as symbols property list

2013-06-02 Thread Alexander Burger
Hi Thorsten, > When I already have property list like > > ,-- > | ((key1 . value1) (key2 . value2) ... (keyn . valuen)) > `-- Note that the list has the cons pair elements reversed: ((val

Re: Assign a list as symbols property list

2013-06-02 Thread Thorsten Jolitz
Alexander Burger writes: Hi Alex, >> When I already have property list like >> >> ,-- >> | ((key1 . value1) (key2 . value2) ... (keyn . valuen)) >> `-- > > Note that the list has the cons pa