Trac 88: enough-namestring
From [Trac 88](https://trac.common-lisp.net/cmucl/ticket/88). `enough-namestring` doesn't work for this example: ``` * (enough-namestring "foo/bar.lisp" (truename "./")) Error in function (FLET LISP::LOSE LISP::UNPARSE-UNIX-ENOUGH): #P"foo/bar.lisp" cannot be represented relative to #P"/tmp/" [Condition of type SIMPLE-ERROR] ``` I would expect a result like "foo/bar.lisp".
issue