<div dir="ltr"><div dir="ltr"><div>When starting slime with "M-x slime" a window is created and displays the *inferior-lisp* process with the message:<br><br>(progn (load "/Users/Dana/slime/swank-loader.lisp"
 :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall 
(read-from-string "swank:start-server") "/var/folders/gq/3hr2_3j961d6rsz4dm8x83ch0000gq/T/slime.2310"))<br>
<br>and polls ... forever.<br><br>Enmap 127.0.0.1<br><br>shows<br><br>4005/tcp  open  pxc-pin<br><br>so swank appears to be working and has opened the proper port but<br><br>ls /var/folders/gq/<gobbldee-goop>/T<br>
<br>
shows no file "slime.2310". I am assuming that slime made a request to the system for a virtual file interface to the port <a href="http://127.0.0.1:4005" target="_blank">127.0.0.1:4005</a> and that request failed either on the slime end or the system end. Setting<br>

<br></div>M-x toggle-debug-on-error<br><div><br>produces no information as apparently emacs hasn't detected an error.<br><br>The slime portion of my configuration is <br><br>;; ***************************  Activate SLIME for Clozure  *******************************<br>

(add-to-list 'load-path "/Users/Dana/slime/")  ; your SLIME directory<br>(setq inferior-lisp-program "/Applications/ClozureCL.app/Contents/MacOS/dx86cl64 -K utf-8")<br>(require 'slime)<br>(slime-setup)<br>

<br>Any suggestions on how to debug this would be greatly appreciated.<br><br>Software:<br>OS X 10.7.5<br>Clozure 1.8.1 (15418)<br>Emacs 24.3 (9.0)<br>Slime cvs version downloaded 2013-09-14<br><br>Thanks<br><br>Dana S. Wheeler<br>

<a href="http://dswheeler777.at.gmail.com" target="_blank">dswheeler777.at.gmail.com</a></div></div></div>