[slime-devel] slime-disassemble

13 Dec
2003
13 Dec
'03
7:46 a.m.
swank:sldb-disassemble -> swank::sldb-disassemble (two colons) since it is not exported. (defun sldb-disassemble () "Disassemble the code for the current frame." (interactive) (let ((frame (sldb-frame-number-at-point))) (slime-eval-async `(swank::sldb-disassemble ,frame) nil (lambda (result) (slime-show-description result nil))))) -Alan

13 Dec
13 Dec
10:07 a.m.
Alan Ruttenberg <alanralanr@comcast.net> writes:
swank:sldb-disassemble -> swank::sldb-disassemble (two colons) since it is not exported.
I've added your swank:sldb-disassemble to the CVS version. Thanks! The change to the elisp side is not needed because defslimefuns are automatically exported. Helmut.
7798
Age (days ago)
7798
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan Ruttenberg
-
Helmut Eller