Bugs item #415333, was updated on 2001-04-10 23:51
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=415333&group_id=10493
Category: run-time
Group: None
Status: Open
Priority: 7
Submitted By: Martin Gasbichler (mainzelm)
Assigned to: Olin Shivers (olin-shivers)
Summary: alist->env doen't create colon lists
Initial Comment:
While writing the test code, Andreas stumbled over
this:
According to the manual the following should create a
colon separated list as value:
(alist->env (list (cons "Stringlist" (list "1" "2"))))
but all you get is:
Error: exception
(string-length '("1" "2"))
I tried to figure out what went wrong, but I couldn't
even find the code that should do the conversion.
Please don't try to fix this in the 0.6 module.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=415333&group_id=10493
|