Custom Query (1030 matches)
Results (598 - 600 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #80 | fixed | Editor Evaluate Defun ignores the buffer package | ||
| Description |
Evaluating forms in a buffer (C-x C-e et. al.) ignores the buffer's package, making it pretty much useless |
|||
| #81 | worksforme | Listener marks get confused | ||
| Description |
Now that I'm doing more testing/debugging, I find the listener very often gets in a state where hitting return reports Hemlock error "Marks in different buffers have no relation", and the only recourse is to kill the listener (not fun if you have state in a breakloop). I don't have a specific repeatable case, but because of ticket:80 I'm doing a lot of copying and pasting between the listener and editor buffers, and that might have something to do with it. (F04E4B90) : 0 (REPORT-CONDITION-IN-HEMLOCK-FRAME #<SIMPLE-ERROR #xC417CD6> #<HEMLOCK-LISTENER-FRAME <HemlockListenerFrame: 0x2871400> (#x2871400)>) 528
|
|||
| #82 | fixed | Editor Evaluate Region doesn't work on some expressions | ||
| Description |
In an editor window, type 'foo, then select it, and hit Enter. Nothing happens - no output in the listener, no errors in terminal window. Other expressions work, e.g. selecting (setq foo 17) and hitting Enter sets foo and prints 17 in the listener as expected. Numbers don't work (i.e. select & eval 17), strings (e.g. select & eval "abc") work. |
|||
