Index: slime/ChangeLog diff -u slime/ChangeLog:1.2290 slime/ChangeLog:1.2291 --- slime/ChangeLog:1.2290 Fri Dec 23 21:01:25 2011 +++ slime/ChangeLog Sat Dec 24 09:45:23 2011 @@ -1,5 +1,11 @@ 2011-12-24 Stas Boukarev stassats@gmail.com
+ * slime.el (slime-init-command): Don't call + `slime-to-lisp-filename', the lisp is not yet connected and if + there's another connection it will use the wrong translation. + +2011-12-24 Stas Boukarev stassats@gmail.com + * swank.lisp (throw-to-toplevel): If *sldb-quit-restart* is not found, try to invoke the last restart, which usually is a top-level abort restart. This is useful when the debugger is Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.527 slime/contrib/ChangeLog:1.528 --- slime/contrib/ChangeLog:1.527 Fri Dec 23 12:03:15 2011 +++ slime/contrib/ChangeLog Sat Dec 24 09:45:24 2011 @@ -1,3 +1,8 @@ +2011-12-24 Stas Boukarev stassats@gmail.com + + * slime-tramp.el (slime-find-filename-translators): Don't signal + an error if there's no translators for a hostname, just use 'identity. + 2011-12-23 Stas Boukarev stassats@gmail.com
* slime-repl.el (slime-change-repl-to-default-connection): New