[slime-devel] A tiny change to slime-inspect

Jan Rychter jan at rychter.com
Tue Nov 11 06:18:32 UTC 2003


Perhaps I'm misunderstanding something -- but wouldn't this small change
in slime-inspect make it slightly more useful?

--- slime.el.original   2003-11-10 14:05:28.000000000 -0800
+++ slime.el    2003-11-10 20:54:22.000000000 -0800
@@ -3332,7 +3332,7 @@
 (defun slime-inspect (string)
   (interactive 
    (list (slime-read-from-minibuffer "Inspect value (evaluated): "
-                                    (slime-last-expression))))
+                                    (slime-sexp-at-point))))
   (slime-eval-async `(swank:init-inspector ,string) (slime-buffer-package)
                    'slime-open-inspector))
 
--J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20031110/fae90138/attachment.sig>


More information about the slime-devel mailing list