Activity log for bug #1026214

Date Who What changed Old value New value Message
2012-07-18 16:08:39 Paul Walz bug added bug
2012-07-18 16:08:39 Paul Walz attachment added failure_with_current_slime_and_success_with_old_slime.jpg https://bugs.launchpad.net/bugs/1026214/+attachment/3227313/+files/failure_with_current_slime_and_success_with_old_slime.jpg
2012-07-18 17:30:54 Paul Walz 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! 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!