[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Sun Mar 2 15:21:52 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv22543
Modified Files:
ChangeLog
Log Message:
M-. now works on presentations.
Additionally, a Find Definition entry is presented in the menu
appearing on right clicking on a presentation.
* slime-presentations.lisp (slime-M-.-presentation): New function.
(slime-M-.-presentation-at-mouse): New function.
(slime-M-.-presentation-at-point): New function.
(slime-maybe-M-.-presentation-at-point): New function.
(slime-menu-choices-for-presentation): New entry "Find Definition".
(slime-presentation-easy-menu): New entry "Find Definition".
(slime-presentations-init): Hook into `slime-edit-definition-hooks'.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/02/21 20:49:31 1.94
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/03/02 15:21:52 1.95
@@ -1,3 +1,18 @@
+2008-03-02 Tobias C. Rittweiler <tcr at freebits.de>
+
+ M-. now works on presentations.
+
+ Additionally, a Find Definition entry is presented in the menu
+ appearing on right clicking on a presentation.
+
+ * slime-presentations.lisp (slime-M-.-presentation): New function.
+ (slime-M-.-presentation-at-mouse): New function.
+ (slime-M-.-presentation-at-point): New function.
+ (slime-maybe-M-.-presentation-at-point): New function.
+ (slime-menu-choices-for-presentation): New entry "Find Definition".
+ (slime-presentation-easy-menu): New entry "Find Definition".
+ (slime-presentations-init): Hook into `slime-edit-definition-hooks'.
+
2008-02-21 Tobias C. Rittweiler <tcr at freebits.de>
Having the `slime-presentations' contrib enabled, (princ 10)
More information about the slime-cvs
mailing list