Custom Query (1030 matches)
Results (853 - 855 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #223 | duplicate | Window-switching causes errors in hemlock event-handling (event-ide branch) | ||
| Description |
In a Clozure CL.app built from the event-ide branch:
At this point, if the problem has manifested, clicking in the buffer fails to cause the window to update its selection correctly. Typing in the buffer *may* cause the display to return to normal, or it may display a Hemlock error dialog (the "sky is falling" dialog). Generally, some combination of inserting and deleting text seems to eventually cause the window display and event-handling to return to normal. |
|||
| #222 | worksforme | Window-switching causes errors in hemlock event-handling (event-ide branch) | ||
| Description |
In a Clozure CL.app built from the event-ide branch:
At this point, if the problem has manifested, clicking in the buffer fails to cause the window to update its selection correctly. Typing in the buffer *may* cause the display to return to normal, or it may display a Hemlock error dialog (the "sky is falling" dialog). Generally, some combination of inserting and deleting text seems to eventually cause the window display and event-handling to return to normal. |
|||
| #221 | fixed | defstruct accessors don't check argument type | ||
| Description |
? (defstruct foo x) FOO ? (defstruct baz y) BAZ ? (foo-x (make-baz)) NIL Should be an error. |
|||
