On 21 Jan 2011, at 15:17, Faré wrote:
On 21 January 2011 05:31, Pascal Costanza pc@p-cos.net wrote:
I guess this is going to be a nice exercise in writing portable programs... ;)
Not for me :-/
1 > (truename (user-homedir-pathname))
Error: File #4P"home:" does not exist. While executing: TRUENAME
Whoa, RMCL seems badly broken. Maybe you should replace TRUENAME with TRUENAMIZE everywhere that matters.
As I said before, this only happens when ASDF 2 is loaded. When ASDF 2 is not loaded, (truename (user-homedir-pathname)) returns a reasonable, although maybe somewhat unusual result.
ASDF 1 worked fine with RMCL.
Pascal