[slime-devel] ,restart-inferior-lisp
Andras Simon
andras at renyi.hu
Tue Nov 9 01:37:28 UTC 2004
,restart-inferior-lisp has stopped working recently. The patch below
seems to fix it.
Andras
diff -u -r1.418 slime.el
--- slime.el 7 Nov 2004 15:07:00 -0000 1.418
+++ slime.el 9 Nov 2004 01:26:45 -0000
@@ -3095,7 +3095,7 @@
(sit-for 0 20))
(let* ((args (mapconcat #'identity (process-command proc) " "))
(buffer (buffer-name (process-buffer proc)))
- (new-proc (slime-start-lisp args buffer)))
+ (new-proc (slime-start-lisp args buffer (slime-init-command))))
(slime-inferior-connect new-proc)))))
(:one-liner "Restart *inferior-lisp* and reconnect SLIME."))
More information about the slime-devel
mailing list