[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
movd/copyflg
- To: KAPLAN, GOLDMAN at ISIE
- Subject: movd/copyflg
- From: TEITELMAN
- Date: Mon, 15 Jan 1979 23:02:44 -8000
- Date: 15 JAN 1979 2302-PST
- Cc: MASINTER, LISP
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
-------