Problem w/1.8.0, beta 3 (fwd)
slayer@kaiwan.com (slayer@kaiwan.com)
Fri, 8 Mar 1996 20:46:15 PST
There's also that bug in :description which makes you see the commands when
you entered it.
I just made a verb $callers() that went something like this:
callers = callers(@args)[2..$];
for vb in (callers)
vb[1] == #-1 && vb[4] == #-1 && vb[2] != "" && (callers = setremove(callers,
vb));
endfor
return callers;
Then all I had to do was change all instances of callers() to $callers().
But that's just lazy me, I'm sure there's a real way you're supposed to do it.