[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: George J. Carrette <GJC at MIT-MC>
- Date: Tue, 12 May 81 05:35:00 GMT
- Cc: GJC at MIT-MC
- Original-date: 12 May 1981 01:35-EDT
Rubout processing and echoing is sometimes wedged.
I've noticed this quite often in the new lisp,
even seeing JONL control-G the read-eval-print loop
when a control-L should have been enough.
The following is quite reproducable:
:GJC;B
(load '((blis11)wordc))
(wordc-rep^L
Right where I have indicated a ^L, you can type without
getting any re-display or rubout-processing.
Things seem to get wedged quite often on the next
form after a toplevel call to LOAD.
-gjc