Custom Query (1030 matches)
Results (367 - 369 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #139 | fixed | Fatal exception while printing backtrace | ||
| Description |
As of r7528 there is a bug in incremental search, which can usually be triggered by doing wrapping incremental search, back and forward a few times and then exiting it and perhaps clicking the mouse. This here is NOT a bug report about that bug. But when you do hit that bug, you get an error about NIL not being a structure, and the lisp craps out trying to show the backtrace. I've had it happen one of two ways: sometimes it gets an exception and enters the kernel debugger. Other times it still seems to get an exception, but somehow manages to handle it and prints some backtraces about the error within the error. In the second case, you can actually just kill the window that caused the problem, and continue with the same lisp. In the first case, the lisp is hosed. I've attached terminal output for both cases. |
|||
| #140 | fixed | Convert isearch to be event driven | ||
| Description |
Currently incremental search is recursively reading events, which we need to eliminate. The implementation needs be converted to be event driven. |
|||
| #141 | fixed | Convert numargs to be event driven | ||
| Description |
Currently c-u, meta-n, etc. are recursively reading events, which we need to eliminate. The implementation needs to be converted to be event driven. |
|||
