Custom Query (1030 matches)
Results (268 - 270 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 |
|||
| #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. |
|||
| #187 | fixed | Editor should not by default add Tab characters when indenting | ||
| Description |
Currently the Hemlock editor uses Tabs and Spaces to indent Lisp code. I think it would be preferred not to have tabs inserted. It for example makes copying code snippets to other editors easier. |
|||
