Slime + GNU Emacs not showing results in Slime REPL

Bug #1026214 reported by Paul Walz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Slime
New
Undecided
Unassigned

Bug Description

Slime + GNU Emacs not showing results in Slime REPL

When I use the current CVS version of Slime I am not seeing results in the Slime REPL when trying to execute common lisp code. When I point my init.el file at the new version of Slime that I pulled from CVS on 7/17/2012 the lisp code that I am trying to execute (by pressing the enter key at the end of the line of code at the Slime REPL) becomes bolded and the cursor moves to the next line (vertically) but I do not see the result from the lisp command.

If I point my init.el file at my old 2011-05-27 version of Slime everything works fine. (ie when I press the enter key at the end of a line of lisp code at the Slime REPL the lisp code executes and I see the result printed in the Slime REPL and then I can enter a new lisp command. In general I am able to interact with my ECL install).

I have attached screenshots of the issue in the new Slime and everything working in the old Slime.

OS: Windows 7 Pro 64bit
GNU Emacs: version 24.1
ECL: current GIT version of ECL as of 7/17/2012, aka version 12.7.1
Slime: current CVS version of Slime as of 7/17/2012, most recent update in changelog file is from 2012-07-13

Content of C:\Program Files (x86)\emacs-24.1\site-lisp\site-start.el STARTS--------------------
(setenv "HOME" "C:/home/johndoe/")
Content of C:\Program Files (x86)\emacs-24.1\site-lisp\site-start.el ENDS--------------------

Content of C:\home\johndoe\.emacs.d\init.el STARTS--------------------
(setq inferior-lisp-program "C:/Progra~2/ECL_12.7.1/ecl.exe")
;(add-to-list 'load-path "C:/Progra~2/slime-2012-05-27/") ; works when uncommented
(add-to-list 'load-path "C:/Progra~2/slime-2012-07-17/") ; fails
(require 'slime)
(slime-setup)
Content of C:\home\johndoe\.emacs.d\init.el ENDS--------------------

Any help would be much appreciated, thanks!

Revision history for this message
Paul Walz (paul-walz) wrote :
Paul Walz (paul-walz)
description: updated
Revision history for this message
Stas Boukarev (stassats) wrote :

It should be (slime-setup '(slime-fancy)) to get a real REPL.

Revision history for this message
Paul Walz (paul-walz) wrote :

Hi Stas,

Thank you for the solution, it is working great now!

Revision history for this message
Stas Boukarev (stassats) wrote :

But just (slime-setup) should be working, I'll look at it later.

Revision history for this message
Paul Walz (paul-walz) wrote :

Ok, thanks again

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.