Will you also include a cl-launch script to make stumpwm runnable
easily from the command-line?

As I said in a previous mail, you should use (after testing) something like

BINARY=/usr/bin/stumpwm
IMAGE=/usr/lib/sbcl/stumpwm.core
SYSTEMS=/usr/share/common-lisp/systems
LISPS="sbcl"
DUMP="--dump ${IMAGE}"

      cl-launch --lisp "${LISPS}" \
              --path ${SYSTEMS} --no-include \
              --system stumpwm \
              --init '(stumpwm:stumpwm (cl-launch:getenv "DISPLAY"))' \
              --wrap 'LISP=sbcl SBCL=/usr/bin/sbcl SBCL_OPTIONS=" " STY=' \
              --output ${BINARY} \
              ${DUMP}

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
Mathematics is the Queen of Science but she isn't very Pure; she keeps
having babies by handsome young upstarts and various frog princes.
 --Donald Kingsbury (In "psychohistorical crisis", 2001)



On 23/08/06, Luca Capello <[EMAIL PROTECTED]> wrote:
I was waiting for the upload of 1:20060513-2, which corrects small
Debian-related issues and the I'd upload a new CVS checkout, which is
necessary because of the (long-awaited) support for modifiers other
than Ctrl.

I'm testing on my Debian a checkout made 2 days ago and I'm planning
to ask to my sponsor to upload it next week (thus the pending tag).

Reply via email to