[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Mon Mar 17 11:36:01 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:

* swank-source-path-parser.lisp:

  Multibyte characters in files could screw up compiler-notes
  highlighting on SBCL. Fix that.

  (skip-toplevel-forms): Abstracted out from READ-SOURCE-FORM.
  (source-path-file-position): Don't operate on the file stream
  directly, since CL:FILE-POSITION may not return character but
  binary offsets on such streams; instead slurp file content into a
  buffer string, and operate on that.


--- /project/slime/cvsroot/slime/ChangeLog	2008/03/16 10:46:33	1.1321
+++ /project/slime/cvsroot/slime/ChangeLog	2008/03/17 11:36:00	1.1322
@@ -1,3 +1,16 @@
+2008-03-17  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-source-path-parser.lisp:
+
+	Multibyte characters in files could screw up compiler-notes
+	highlighting on SBCL. Fix that.
+
+	(skip-toplevel-forms): Abstracted out from READ-SOURCE-FORM.
+	(source-path-file-position): Don't operate on the file stream
+	directly, since CL:FILE-POSITION may not return character but
+	binary offsets on such streams; instead slurp file content into a
+	buffer string, and operate on that.
+	
 2008-03-16  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* swank.lisp (load-file-set-package): Removed; the function was




More information about the slime-cvs mailing list