
13 Dec
2004
13 Dec
'04
8:19 p.m.
Tim Oates <oates@cs.umbc.edu> writes:
;; Now I use the arrow keys to go back to the form that was just evaluated ;; and edit it so that it looks like this
CL-USER> (princ-to-string 'hello) ^ I assume point was here when you pressed enter.
;; When I hit enter I get the following
CL-USER> 'hello)
This happens every time. All text of the form prior to the point of my last edit within the form is chopped off. Does anyone have any ideas on how to fix this? Thanks!
Should be fixed in the CVS version. Thank you for the report. Helmut.