[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

movd/copyflg



i took a crack at writing supermovd. is too hard. to do
it "right," in the caseof a broken function etc,
one also wants to have the names changed inside,
e.g. if i breakon foo, and then movd foo to fie,
when i run fie, i want it to say fie broken, not foo broken.
siilarly, if i have done break((print in foo)) then movd
foo fie.  it gts very complicated. plus there is the
issue of making it undoable in /movd which means duplicating
all the code with / functons.  what i will do is
make movd take a virginfn in the case of copyflg=T.
ttats as far as ill go.

warren
-------