Bug#384071: [cl-debian] Bug#384071: stumpwm: Please update to a more recent cvs checkout
Xavier Maillard
zedek at gnu.org
Wed Aug 23 22:53:17 UTC 2006
Moreover, I think we need to find a common way to specify cl-launch
files. For example, stumpwm can be loaded through CMUCL or SBCL, thus
the script in /usr/bin/stumpwm cannot have the SBCL option hardcoded
(because files in /usr should not be edited by the administrator).
You can normally pass --lisp "sbcl cmucl clisp" as an argument thus
you can easily set LISPS="list of CL implentations separated by
spaces".
I personally used to use this when on Gentoo GNU/Linux:
cl-launch --output ~/bin/mystumpwm --lisp "sbcl clisp" \
--system stumpwm --init '(stumpwm:stumpwm ":0")'
Xavier
More information about the Cl-debian
mailing list