Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created June 1, 2010 20:51
Show Gist options
  • Save zc00gii/421473 to your computer and use it in GitHub Desktop.
Save zc00gii/421473 to your computer and use it in GitHub Desktop.
(progn (load "/usr/share/emacs/site-lisp/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/tmp/slime.10824" :coding-system "iso-latin-1-unix"))
This is SBCL 1.0.37, 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"/usr/share/emacs/site-lisp/slime/swank-loader.lisp"
; loading #P"/home/zc00gii/.slime/fasl/2009-09-18/sbcl-1.0.37-linux-x86-64/swank-backend.fasl"
; loading #P"/home/zc00gii/.slime/fasl/2009-09-18/sbcl-1.0.37-linux-x86-64/swank-source-path-parser.fasl"
; loading #P"/home/zc00gii/.slime/fasl/2009-09-18/sbcl-1.0.37-linux-x86-64/swank-source-file-cache.fasl"
; loading #P"/home/zc00gii/.slime/fasl/2009-09-18/sbcl-1.0.37-linux-x86-64/swank-sbcl.fasl"
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
; loading #P"/home/zc00gii/.slime/fasl/2009-09-18/sbcl-1.0.37-linux-x86-64/swank-gray.fasl"
STYLE-WARNING:
Implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P.
; loading #P"/home/zc00gii/.slime/fasl/2009-09-18/sbcl-1.0.37-linux-x86-64/swank.fasl"
WARNING: These Swank interfaces are unimplemented:
(CALLS-WHO DISASSEMBLE-FRAME SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN
WHO-SPECIALIZES)
;; Swank started at port: 33662.
33662
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment