stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] pathname-is-executable-p for SBCL


From: Ben Spencer
Subject: [STUMP] pathname-is-executable-p for SBCL
Date: Tue, 16 Jun 2009 13:32:47 +0100
User-agent: Mutt/1.5.19 (2009-01-05)

The new implementation of pathname-is-executable-p for SBCL appears to
have broken things by changing (sb-int:unix-namestring pathname) to
(file-namestring pathname).  The latter converts eg /bin/ls to ls, so
it will only work for files in the cwd.

The problem is not immediately noticeable because of the path cache,
but if you do (setf *path-cache* nil) you should see that path
completion is broken.

I'm not just posting a patch in case there was a subtle reason for the
change (unix-namestring being deprecated or something?).


Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]