[slime-devel] Re: Did someone say they were working on a GF browser?
Andreas Fuchs
asf at boinkor.net
Fri Jul 30 21:09:16 UTC 2004
I tested this with SBCL briefly, and it seems to work (can remove
methods I defined on print-object). I had to fix the paren balance on
that defun, though:
Today, Thomas Schilling <tjs_ng at yahoo.de> wrote:
> +(defun slime-xref-remove-method ()
> + "Remove the selected method (if possible)."
> + (interactive)
> + (let ((mdef (slime-xref-method-definition-at-point)))
> + (slime-remove-method mdef))
> + (let ((inhibit-read-only t)
> + (col (current-column)))
> + (kill-entire-line)
> + (move-to-column col))
^
)
Thanks! This is really neat.
--
Andreas Fuchs, <asf at boinkor.net>, asf at jabber.at, antifuchs
More information about the slime-devel
mailing list