[slime-cvs] CVS slime

CVS User trittweiler trittweiler at common-lisp.net
Sat Oct 31 22:41:04 UTC 2009


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv16198

Modified Files:
	ChangeLog slime.el 
Log Message:
	* slime.el (slime-bug): Deleted.

	* slime-fontifying-fu.el (slime-search-suppressed-forms-internal):
	Wrap form in `ignore-errors' again. People have been guinea pigs
	long enough. Suppression of reader-conditionalized forms seems to
	work pretty reliably now.


--- /project/slime/cvsroot/slime/ChangeLog	2009/10/31 22:13:54	1.1902
+++ /project/slime/cvsroot/slime/ChangeLog	2009/10/31 22:41:03	1.1903
@@ -1,5 +1,9 @@
 2009-10-31  Tobias C. Rittweiler <tcr at freebits.de>
 
+	* slime.el (slime-bug): Deleted.
+
+2009-10-31  Tobias C. Rittweiler <tcr at freebits.de>
+
 	* slime.el (slime-inside-string-p, slime-inside-comment-p)
 	(slime-inside-string-or-comment-p): New.
 
--- /project/slime/cvsroot/slime/slime.el	2009/10/31 22:13:54	1.1244
+++ /project/slime/cvsroot/slime/slime.el	2009/10/31 22:41:03	1.1245
@@ -732,27 +732,6 @@
                            (or (position ?\n string) most-positive-fixnum)
                            (1- (frame-width)))))
 
-(defun slime-bug (message &rest args)
-  (slime-display-warning 
-"%S:%d:%d (pt=%d).
-%s
-
-This is a bug in Slime itself. Please report this to the
-mailinglist slime-devel at common-lisp.net and include your Emacs
-version, the guilty Lisp source file, the header of this
-message, and the following backtrace.
-
-Backtrace:
-%s
---------------------------------------------------------------
-"
-   (buffer-name)
-   (line-number-at-pos)
-   (current-column)
-   (point)
-   (apply #'format message args)
-   (with-output-to-string (backtrace))))
-
 ;; Interface
 (defun slime-set-truncate-lines ()
   "Apply `slime-truncate-lines' to the current buffer."





More information about the slime-cvs mailing list