-------- /usr/bin/stumpwm contains: --------
load_lisp() {
    case "$1" in
        cmucl)
            lisp -eval "$EVAL_LOAD $EVAL_RUN"
            ;;
        sbcl)
            sbcl --eval "$EVAL_LOAD" --eval "$EVAL_RUN"
            ;;
        clisp)
            clisp -x "$EVAL_LOAD $EVAL_RUN"
            ;;
        *)
            echo "Unkown Common Lisp implementation."
            exit 1
            ;;
    esac
}
----------

As StumpWM only works with cmucl, sbcl, and clisp, it really shouldn't
Depend on simply any package that Provides lisp-compiler, but on sbcl |
cmucl | clisp. I'm confirming this.

-- 
Package should depend on sbcl
https://bugs.launchpad.net/bugs/224624
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to