On 2/2/08, Marco Baringer mb@bese.it wrote:
I've found that i rarely want to actually to toggle a trace and that i often can't remeber if i'ev already traced the function at point or not. this patch changes slime-toggle-trace-fdefinition ot slime-trace-fdefinition. If no prefix argumnet is supplied tre function at point is traced, always, if one prefix argument is supplied it is untraced.
This fits my use-model pretty well -- I tend to turn trace on one function at a time, and then untrace the whole lot with (untrace). Most annoying to have to watch the minibuffer to make sure I don't accidentally trace something I've already traced...
Cheers,
-- Nikodemus