Custom Query (1030 matches)
Results (436 - 438 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #560 | fixed | Return doesn't self-insert in listener | ||
| Description |
There have been some changes recently to the behavior of the RETURN key in the IDE. By and large these changes have been improvements, but there is a small lingering bug: when RETURN is pressed with the cursor at the end of a listener buffer and there's a form to evaluate, the return character does not self-insert. As a result, if you PRINC something instead of PRINTing it, it ends up on the same line as the form being evaluated, which is a little weird. The problem is particularly evident when doing an apropos: Welcome to Clozure Common Lisp Version 1.4-dev (DarwinX8664)!
? (apropos :foo) HI::FOO
GUI::FOO
CCL::FOO
:FOO, Value: :FOO
?
|
|||
| #562 | fixed | ESC-anything breaks the IDE | ||
| Description |
To reproduce:
Result:
1 > After exiting from the breakloop, the IDE remains confused, expecting a keydown and breaking on any it receives. |
|||
| #563 | fixed | possible bug in format tilde e | ||
| Description |
When I do (setq x 0) (loop (setq x (+ x .00001)) (format t "~%~8,2e" x)) I pretty soon see lines of varying width such as
and I wonder if that can be right. From the ANSI:
|
|||
