[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: DOYLE@MIT-AI
- Date: Mon ,4 Sep 79 20:35:18 EDT
There seems to be some display bug. If I have a line in lisp mode as follows:
(defun foo ())
when I un-kill a function body between the last two left parens, it is displayed
as
(defun foo ())
(body))
Note the extra left paren left in the first line. If I then go to the end of that
line, rubout deletes both, ctl-d deletes the last paren and the following carriage
return, and ctl-l doen't affect it