Skip to content

Instantly share code, notes, and snippets.

@echristopherson
Created September 18, 2014 04:59
Show Gist options
  • Save echristopherson/b69ed862e60ec9346134 to your computer and use it in GitHub Desktop.
Save echristopherson/b69ed862e60ec9346134 to your computer and use it in GitHub Desktop.
(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