* Marco Baringer [2008-02-02 21:43+0100] writes:
hi,
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.
C-c C-t prints the status. So, if you can't remember whether a function is traced: toggle two times. But I guess most people don't bother to think so far; the enable/disable version of the commands is probably easier to use than the toggle variant.
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.
The prefix argument was already used for another purpose: to enable (unreliable) parsing on the Emacs side, for labels etc. I would prefer to disable that parsing instead of enabling it.
Helmut.