Hi,
is there a particular reason why C-u C-c C-t is not the default behaviour of C-c C-t?
Perhaps it's better if C-c C-t always tries to look at the context, but then offers that choice to the user in a way that is correctable by the user. Say it prompts for (flet foo) for a local function.
-T.
* Tobias C. Rittweiler [2008-12-05 20:02+0100] writes:
Hi,
is there a particular reason why C-u C-c C-t is not the default behaviour of C-c C-t?
Guessing the context is unreliable. SLIME should only look for the symbol around point. That's easy to implement, easy to understand, and good enough in 80% of all cases. In other words: Worse is Better.
Helmut.