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

[no subject]



    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.