2010/8/16 Robert Dodier <robert.dodier at gmail.com>:
> Won't kill(allbut(f, x)) have the effect you want?
>
> I don't know what you're trying to accomplish,
> but on the face of it, kill(all) in any form seems kind of
> heavy-handed ... Maybe it is truly necessary, I don't know.
I'm really sorry for this trivial question... I didn't notice that
every function like f(x) could be killed by using its symbol f.
kill(allbut(f,x)) works perfectly.
Stefano