Custom Query (1030 matches)
Results (688 - 690 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #48 | fixed | incremental search should wrap | ||
| Description |
After incremental search fails, the next control-s should start searching at the beginning of the buffer. |
|||
| #49 | fixed | meta-dot for structure accessors should work | ||
| Description |
Currently, meta-dot on a structure accessor quietly fails. It should go to the defstruct, and ideally the cursor should be at the line that defines the slot. |
|||
| #50 | fixed | Exception when accessing text attributes in echo area buffers | ||
| Description |
After some number of operations that write to/clear the echo area, I sometimes see an exception logged: NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds This seems to occur when #/attributesAtIndex:effectiveRange: is called on the textstorage object associated with an echo-area buffer; the hemlock buffer seems to be non-empty, but the parallel mutable attributed string has length 0. I'm not sure what (hemlock stream operations ?) causes them to get out of sync. Sometimes this seems to be recoverable; other times, it doesn't. |
|||
