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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to