Changeset main,89 for main/lisp.sh
- Timestamp:
- 08/08/2008 08:25:09 PM (18 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20080808202509-1i22vbtxoghmjld1
- File:
-
- 1 edited
-
main/lisp.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/lisp.sh
r20 r89 1 1 #!/bin/sh 2 2 3 sbcl --load /usr/share/emacs/site-lisp/slime/swank-loader.lisp --eval "(setf swank:*communication-style* :fd-handler)" --eval "(swank:create-server)" --eval "(declaim (optimize debug safety (compilation-speed 1) (speed 0) (space 0)))" 3 sbcl --load /usr/share/emacs/site-lisp/slime/swank-loader.lisp --eval "(setf swank:*communication-style* :fd-handler)" --eval "(swank:create-server)" --eval "(declaim (optimize debug safety (compilation-speed 1) (speed 0) (space 0)))" --eval "(declaim (sb-ext:muffle-conditions sb-ext:compiler-note))"
Note: See TracChangeset
for help on using the changeset viewer.
