[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Fri Sep 28 13:05:35 UTC 2007


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

Modified Files:
	slime-fancy.el 
Log Message:

* README: Updated.

* slime-fancy.el: `slime-highlighting-edits' is not enabled by
  default anymore, as its functionality is controversial, and it's
  easier to explicitly enable it than it's disable it once it got
  globally activated. Better to be conservative.

* slime-fancy.el: Not only load, but also enable `slime-scratch'.


--- /project/slime/cvsroot/slime/contrib/slime-fancy.el	2007/09/20 14:55:53	1.3
+++ /project/slime/cvsroot/slime/contrib/slime-fancy.el	2007/09/28 13:05:35	1.4
@@ -40,8 +40,11 @@
 (require 'slime-fuzzy)
 (slime-fuzzy-init)
 
+;; Do not activate slime-highlighting-edits by default, as it's easier
+;; to explictly activate it (if a user really wants it) than to explictly
+;; deactivate it once it got globally enabled. -TCR.
 (require 'slime-highlight-edits)
-(slime-highlight-edits-init)
+;(slime-highlight-edits-init)
 
 ;; Load slime-presentations even though they seem to be a
 ;; controversial feature, as they can be easily turned off by
@@ -54,6 +57,7 @@
 ;;(require 'slime-presentation-streams)
 
 (require 'slime-scratch)
+(slime-scratch-init)
 
 ;;; Do not load slime-typeout-frame, as simply loading causes display of a
 ;;; typeout frame, which cannot be turned off. --mkoeppe




More information about the slime-cvs mailing list