[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Fri Dec 14 08:47:09 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:

* slime.el (slime-insert-xref-location): New function. Tries to
  either insert the file name a function is defined in, or inserts
  information about the buffer a function was interactively 
  `C-c C-c'd from. Idea from Knut Olav Bøhmer.
  (slime-insert-xrefs): Use it.


--- /project/slime/cvsroot/slime/ChangeLog	2007/12/13 15:09:47	1.1257
+++ /project/slime/cvsroot/slime/ChangeLog	2007/12/14 08:47:09	1.1258
@@ -1,3 +1,11 @@
+2007-12-14  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-insert-xref-location): New function. Tries to
+	either insert the file name a function is defined in, or inserts
+	information about the buffer a function was interactively 
+	`C-c C-c'd from. Idea from Knut Olav Bøhmer.
+	(slime-insert-xrefs): Use it.
+
 2007-12-04  Helmut Eller  <heller at common-lisp.net>
 
 	Simplify the inspector.




More information about the slime-cvs mailing list