| Paste number 8285: | slime solution... "If it doesn't work the first time, try try again" |
| Pasted by: | Birdman |
| When: | 8 years, 6 days ago |
| Share: | Tweet this! | http://paste.lisp.org/+6E5 |
| Channel: | #lisp |
| Paste contents: |
(defun slime-inferior-connect (process &optional retries symbolic-lisp-name)
"Start a Swank server in the inferior Lisp and connect."
(when (file-regular-p (slime-swank-port-file))
(delete-file (slime-swank-port-file)))
(slime-start-swank-server process)
(slime-start-swank-server process)
(slime-read-port-and-connect process retries symbolic-lisp-name))
This paste has no annotations.