Is there any way to do slime-edit-definition on setf methods or setf functions?
On Fri, 31 Dec 2004 09:40:37 -0800, Lynn Quam quam@ai.sri.com said:
Lynn> Is there any way to do slime-edit-definition on setf methods Lynn> or setf functions?
It might depends on the implementation, but with LispWorks you just enter (setf foo) etc in the echo area.
__Martin