Index: slime/ChangeLog diff -u slime/ChangeLog:1.1984 slime/ChangeLog:1.1987 --- slime/ChangeLog:1.1984 Tue Feb 16 06:28:18 2010 +++ slime/ChangeLog Wed Feb 17 12:04:59 2010 @@ -1,3 +1,58 @@ +2010-02-17 Helmut Eller heller@common-lisp.net + + Add a command to eval stuff in the inspector. + + * slime.el (slime-inspector-eval): New command. + (slime-inspector-mode-map): Bind it to 'e'.
Please find attached a patch file for 'slime.texi' in the 'doc' directory that adds descriptive text to the 'Inspector' node for the new command and key that you have added.
Also, the introductory text in the Inspector node told the reader to see the generic function `inspect-for-emacs' in the file 'swank-backend.lisp'. There is no function with that name in that file. I changed the text to reference the generic function `emacs-inspect', instead.
I tested this change by generating new .info, .pdf, and HTML files from the new .texi file.
---