[slime-devel] Why does this trigger a slime bug?

15 Dec
2003
15 Dec
'03
7:57 a.m.
I'm used to typing (inspect foo) into the listener so I tried (defun inspect (thing) (swank::eval-in-emacs `(slime-open-inspector ,(swank::inspect-object thing)))) which triggers a slime-bug. If I M-x debug-on-entry slime-state/event-panic and then abort, nothing seems too disturbed. -Alan

15 Dec
15 Dec
8:11 a.m.
New subject: [slime-devel] Re: Why does this trigger a slime bug?
Never mind. Have slime-open-inspector return t. -Alan On Dec 15, 2003, at 2:57 AM, Alan Ruttenberg wrote:
I'm used to typing (inspect foo) into the listener so I tried
(defun inspect (thing) (swank::eval-in-emacs `(slime-open-inspector ,(swank::inspect-object thing))))
which triggers a slime-bug.
If I M-x debug-on-entry slime-state/event-panic and then abort, nothing seems too disturbed.
-Alan
7869
Age (days ago)
7869
Last active (days ago)
1 comments
1 participants
participants (1)
-
Alan Ruttenberg