[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG ZWEI) at MIT-AI
- From: Moon at MIT-AI (David A. Moon)
- Date: Mon ,9 Jun 80 03:55:00 EDT
In the version of zwei on system 27.91 nws, with microcode 667, on LISP Machine Six:
Many bugs in c-m-&:
If we have the following text:
(COND (LINE-TO-REDISPLAY
(FUNCALL-SELF ':CLEAR-EOL)))
Doing c-m-& with the cursor after the COND tries to make it an AND but forgets
to put in the AND. Doing c-m-& with the cursor at the beginning of the second
line does the right thing, but doing c-m-& where that leaves the cursor changes
it back to a COND but leaves the parentheses unbalanced. Doing c-m-& again
at that point runs for a while then gets an error.