[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: moon at MIT-MC
- From: Mike McMahon <MMcM at MIT-AI>
- Date: Thu ,14 Aug 80 15:27:00 EDT
- Cc: BUG-ZWEI at MIT-MC
- Sender: MMcM at CADR4 at MIT-AI
moon@MIT-MC (Sent by ALAN@MIT-MC) 08/13/80 22:57:44
Multiple-query-replace is broken. In Lisp mode replacing &aux to &a and
&aux-inits to &a-i ignored the &aux-inits entirely. Maybe this is because
I didn't specify a numeric argument, but if so it is obviously not a reasonable default.
No, it is because one string is a substring of the other, so the search
needs to be co-routined. I have made it bind some special variables to
simulate that.