Re: Where to go with EQL5 and QT specific questions?

"pls.153" <pls.153-g/[email protected]> Thu, 29 Apr 2021 15:49:17 +0000
Newsgroups gmane.lisp.ecl.general
Message-ID <eX1TVKPyquDjMMd7Z-TlX6rb_k4vX9xomHk2nkNZP7SuKZawET9CgJkIr8gIKardItKqs_e42qu_n7T0ev1sRwD5T86B0Ky4Hxu5PDqYXAc=@protonmail.com>
On Thursday, April 29, 2021 5:31 PM, Pascal Bourguignon <[email protected]> wrote:
> but in fact, we may just use namestrings:
>
> (setf (logical-pathname-translations "SYS")
> (list (list "SYS:;."
> (merge-pathnames "/."(user-homedir-pathname)))))
>

thanks for the hint, and (user-homedir-pathname) is of course not a good choice on Sailfish, maybe just *default-pathname-defaults*.

Paul