Created
September 18, 2014 04:59
-
-
Save echristopherson/b69ed862e60ec9346134 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(progn (load "/Users/eric/.emacs.d/elpa/slime-20140913.730/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/var/folders/29/q5kzn0v96d7dqq4m8l8924cm0000gn/T/slime.10210")) | |
This is SBCL 1.2.2, an implementation of ANSI Common Lisp. | |
More information about SBCL is available at <http://www.sbcl.org/>. | |
SBCL is free software, provided as is, with absolutely no warranty. | |
It is mostly in the public domain; some portions are provided under | |
BSD-style licenses. See the CREDITS and COPYING files in the | |
distribution for more information. | |
* | |
; loading #P"/Users/eric/.emacs.d/elpa/slime-20140913.730/swank-loader.lisp" | |
;; | |
;; Error while compiling /Users/eric/.emacs.d/elpa/slime-20140913.730/swank/backend.lisp: | |
;; Failed to find the TRUENAME of /Users/eric/.emacs.d/elpa/slime-20140913.730/swank/backend.lisp: | |
;; No such file or directory | |
;; Aborting. | |
;; * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment