[slime-devel] [PATCH] Add custom group for slime-asdf

Didier Verna didier at lrde.epita.fr
Mon Dec 5 14:29:53 UTC 2011


Dear Slimers,

the following patch adds a 'slime-asdf custom group (reachable from the
slime group), and puts 'slime-asdf-collect-notes in.


contrib/ChangeLog addition:

2011-12-05  Didier Verna  <didier at xemacs.org>

	* slime-asdf.el (slime-asdf): New custom group.
	* slime-asdf.el (slime-asdf-collect-notes): Put this variable in.


slime source patch:
Diff command:   cvs -q diff -u 
Files affected: contrib/slime-asdf.el

Index: contrib/slime-asdf.el
===================================================================
RCS file: /project/slime/cvsroot/slime/contrib/slime-asdf.el,v
retrieving revision 1.32
diff -u -u -r1.32 slime-asdf.el
--- contrib/slime-asdf.el	28 May 2010 19:13:17 -0000	1.32
+++ contrib/slime-asdf.el	5 Dec 2011 14:28:08 -0000
@@ -1,4 +1,3 @@
-
 (define-slime-contrib slime-asdf
   "ASDF support."
   (:authors "Daniel Barlow       <dan at telent.net>"
@@ -18,6 +17,11 @@
 
 ;;; Utilities
 
+(defgroup slime-asdf nil
+  "ASDF support for Slime."
+  :prefix "slime-asdf-"
+  :group 'slime)
+
 (defvar slime-system-history nil
   "History list for ASDF system names.")
 
@@ -69,7 +73,9 @@
 (defcustom slime-asdf-collect-notes t
   "Collect and display notes produced by the compiler.
 
-See also `slime-highlight-compiler-notes' and `slime-compilation-finished-hook'.")
+See also `slime-highlight-compiler-notes'
+and `slime-compilation-finished-hook'."
+  :group 'slime-asdf)
 
 (defun slime-asdf-operation-finished-function (system)
   (if slime-asdf-collect-notes

-- 
Resistance is futile. You will be jazzimilated.

Scientific site:   http://www.lrde.epita.fr/~didier
Music (Jazz) site: http://www.didierverna.com




More information about the slime-devel mailing list