As of this moment after freshly checking out vanilla SLIME and deleting all my stale fasls in ~/.slime I can no longer start SLIME successfully. I suspect it is probably a trivial bug that has to do with the recent work with the inspector.
Attached is a full trace of emacs attempting to start up SLIME and failing on a condition.
df
Dan Farina drfarina@gmail.com writes:
As of this moment after freshly checking out vanilla SLIME and deleting all my stale fasls in ~/.slime I can no longer start SLIME successfully. I suspect it is probably a trivial bug that has to do with the recent work with the inspector.
Try `cvs up -C -dPA' again.
-T.
On Fri, 2007-08-24 at 01:00 +0200, Tobias C. Rittweiler wrote:
Dan Farina drfarina@gmail.com writes:
As of this moment after freshly checking out vanilla SLIME and deleting all my stale fasls in ~/.slime I can no longer start SLIME successfully. I suspect it is probably a trivial bug that has to do with the recent work with the inspector.
Try `cvs up -C -dPA' again.
-T.
Sadly, I must report that for me things are still broken. To be convincing, here are the steps I have tried to get a very pristine environment in which to test SLIME:
~/.emacs has been made spartan, with the following body:
(setq inferior-lisp-program "sbcl") (add-to-list 'load-path "~/.emacs.d/slime") (require 'slime) (slime-setup)
~/.emacs.d/slime was completely erased and checked out anew with:
cvs -d :pserver:anonymous:anonymous@common-lisp.net:/project/slime/cvsroot co slime
~/.slime is non-existent, i.e. completely erased
start 'emacs' perform 'M-x slime' The attached output is captured by emacs in the *inferior-lisp* buffer.
On 23-Aug-07, at 7:24 PM, Dan Farina wrote:
On Fri, 2007-08-24 at 01:00 +0200, Tobias C. Rittweiler wrote:
Dan Farina drfarina@gmail.com writes:
As of this moment after freshly checking out vanilla SLIME and deleting all my stale fasls in ~/.slime I can no longer start SLIME successfully. I suspect it is probably a trivial bug that has to do with the recent work with the inspector.
Try `cvs up -C -dPA' again.
-T.
Sadly, I must report that for me things are still broken.
Same goes for me with the same conditions.
The following patch appears to fix the problem.
On Thu, 2007-08-23 at 19:58 -0400, Geoff Wozniak wrote:
On 23-Aug-07, at 7:24 PM, Dan Farina wrote:
On Fri, 2007-08-24 at 01:00 +0200, Tobias C. Rittweiler wrote:
Dan Farina drfarina@gmail.com writes:
As of this moment after freshly checking out vanilla SLIME and deleting all my stale fasls in ~/.slime I can no longer start SLIME successfully. I suspect it is probably a trivial bug that has to do with the recent work with the inspector.
Try `cvs up -C -dPA' again.
-T.
Sadly, I must report that for me things are still broken.
Same goes for me with the same conditions.
The following patch appears to fix the problem.
I can confirm that this seems to be a fix that lets me start slime and use the regular inspector successfully.
df