[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Sat Dec 23 12:44:36 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv26037
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
--- /project/slime/cvsroot/slime/ChangeLog 2006/12/21 18:15:51 1.1026
+++ /project/slime/cvsroot/slime/ChangeLog 2006/12/23 12:44:36 1.1027
@@ -1,3 +1,17 @@
+2006-12-23 Matthias Koeppe <mkoeppe at mail.math.uni-magdeburg.de>
+
+ * slime.el (slime-inspect): Add a dwim-mode keyword argument, move
+ all input handling into the interactive spec. Restore the
+ behavior of slime-inspect when point is within a presentation (no
+ prompting, no DWIM).
+ (slime-inspect-presentation-at-mouse): Don't do DWIM here, so the
+ presentation-retrieval expression does not end up on the inspector
+ stack.
+ (slime-inspector-position): New.
+ (slime-inspector-operate-on-point, slime-inspector-reinspect): Use
+ it here to make it work on GNU Emacs too.
+ (slime-open-inspector): Fix row-col addressing at end of buffer.
+
2006-12-20 Attila Lendvai <attila.lendvai at gmail.com>
* slime.el: FIX: inspecting presentations from the right click
More information about the slime-cvs
mailing list