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

[no subject]



Rub-out processing inside ones own read macros
works sometimes but not all the time.
You know this of course, when a usual
lisp atom boundary is reached then you cannot rub out
after that (in time or space). If a boundary has not
been reached the rub-outs work as usual. If rub-outs
never worked in user read-macros (unless the user handles
them specificaly) then this would be o.k. But working
for some cases but not others is not soo good. Is
there a way to fix this? Can I turn off all rub-out
processing  (when inside the macro) and handle it myself?
Can it be made to work like on the lisp machine?