[slime-devel] REPL problems
Stephen Lee
leejianm at hotmail.com
Mon Jun 1 01:28:57 UTC 2009
Hi below is my buffer output
----
(progn (load "c:/lisp/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "c:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/slime.3776" :coding-system "iso-latin-1-unix"))
This is SBCL 1.0.22, 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.
This is experimental prerelease support for the Windows platform: use
at your own risk. "Your Kitten of Death awaits!"
*
; loading #P"c:\\lisp\\slime\\swank-loader.lisp"
; loading #P"C:\\Documents and Settings\\Administrator\\Application Data\\.slime\\fasl\\2009-05-24\\sbcl-1.0.22-win32-x86\\swank-backend.fasl"
; loading #P"C:\\Documents and Settings\\Administrator\\Application Data\\.slime\\fasl\\2009-05-24\\sbcl-1.0.22-win32-x86\\swank-source-path-parser.fasl"
; loading #P"C:\\Documents and Settings\\Administrator\\Application Data\\.slime\\fasl\\2009-05-24\\sbcl-1.0.22-win32-x86\\swank-source-file-cache.fasl"
; loading #P"C:\\Documents and Settings\\Administrator\\Application Data\\.slime\\fasl\\2009-05-24\\sbcl-1.0.22-win32-x86\\swank-sbcl.fasl"
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
; loading #P"C:\\Documents and Settings\\Administrator\\Application Data\\.slime\\fasl\\2009-05-24\\sbcl-1.0.22-win32-x86\\swank-gray.fasl"
STYLE-WARNING:
Implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P.
; loading #P"C:\\Documents and Settings\\Administrator\\Application Data\\.slime\\fasl\\2009-05-24\\sbcl-1.0.22-win32-x86\\swank.fasl"
WARNING: These Swank interfaces are unimplemented:
(ALL-THREADS CALLS-WHO DISASSEMBLE-FRAME INTERRUPT-THREAD RECEIVE-IF
SAVE-IMAGE SEND SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SPAWN
WHO-SPECIALIZES)
;; Swank started at port: 1079.
CL-USER> (+1 2)
(+ 3 4)
-----
My Blog: http://sljm.blogspot.com
My Twitter: http://www.twitter.com/stephenleejm
> CC: slime-devel at common-lisp.net
> From: brian at mastenbrook.net
> To: leejianm at hotmail.com
> Subject: Re: [slime-devel] REPL problems
> Date: Fri, 29 May 2009 10:18:19 -0500
>
> Can you send the contents of the *inferior-lisp* buffer after you try
> to evaluate the expression?
>
> Thanks
>
> On May 28, 2009, at 10:22 PM, Stephen Lee wrote:
>
> > I have manage to install SLIME (latest cvs), Emacs 22.3 and SBCL
> > 1.0.22 on Windows.
> >
> > Managed to configure and start SLIME. But REPL is not working. after
> > i entered the code and press enter the code dosen't seem to execute
> >
> > Example
> > CL-USER>(+ 1 2) <enter>
> >
> > No 3 is displayed
> >
> > I set up SLIME on Ubuntu before and it works so is it a windows thing?
> >
> > I followed the instructions here http://common-lisp.net/pipermail/slime-devel/2008-May/007331.html
> >
> >
> >
> > Make the most of what you can do on your PC and the Web, just the
> > way you want. Windows
> > Live_______________________________________________
> > slime-devel site list
> > slime-devel at common-lisp.net
> > http://common-lisp.net/mailman/listinfo/slime-devel
>
> --
> Brian Mastenbrook
> brian at mastenbrook.net
> http://brian.mastenbrook.net/
>
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20090601/31d5712d/attachment.html>
More information about the slime-devel
mailing list