[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Fri Aug 22 22:58:18 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv18418

Modified Files:
	ChangeLog 
Log Message:

Forgot to commit ChangeLog entry earlier today.


--- /project/slime/cvsroot/slime/ChangeLog	2008/08/22 21:15:32	1.1472
+++ /project/slime/cvsroot/slime/ChangeLog	2008/08/22 22:58:18	1.1473
@@ -46,7 +46,7 @@
 
 2008-08-22  Helmut Eller  <heller at common-lisp.net>
 
-	Collect most of the inspector state in a structrure.
+	Collect most of the inspector state in a structure.
 	Truncate the printer output more aggressively.
 
 	* swank.lisp (inspector-state): New structure.
@@ -59,6 +59,23 @@
 	(emacs-inspect/printer-bindings, istate>elisp): New functions.
 	(to-line, truncate-string): New functions.
 
+2008-08-22  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	Compiling a file `let*.lisp' on SBCL via C-c C-k resulted in an
+	error, because it parsed the asterisk to a wild pathname. Fix
+	that.
+
+	* swank-backend.lisp (definterface parse-emacs-filename): New.
+	PARSE-NAMESTRING by default.
+
+	* swank-sbcl.lisp (defimplementation parse-emacs-filename): Use
+	SB-EXT:PARSE-NATIVE-NAMESTRING.
+
+	* swank.lisp (compile-file-for-emacs): Use PARSE-EMACS-FILENAME.
+	(compile-file-if-needed): Ditto.
+	(load-file): Ditto.
+	(swank-require): Ditto.
+
 2008-08-18  Helmut Eller  <heller at common-lisp.net>
 
 	* swank.lisp (install-fd-handler): Bind *emacs-connection* with




More information about the slime-cvs mailing list