Custom Query (1030 matches)
Results (439 - 441 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #721 | fixed | Improve meta-p in listener | ||
| Description |
From Shannon 8/19/10: meta-p retrieves the last thing you typed in the Listener. There needs to be a shift modifier on this to go forward in case you go too far back. Also, it replaces whatever is currently in the listener, so you can't type e.g. (+ 3 4 5) (+ 6 meta-p) because when you type meta-p above, it replaces the entire line with (+ 3 4 5). MCL did this right (with meta-g) such that it did not replace what was already on the line. |
|||
| #723 | fixed | c-m-q at end of sexp | ||
| Description |
From Shannon 8/19/10: c-m-q will reindent-sexp only when cursor is at beginning of sexp but not if it's at the end. (Need to fix this in emacs too.) |
|||
| #725 | fixed | Make meta-shift-# insert #| |# | ||
| Description |
From Shannon 8/19/10: meta-shift-# inserts #| |# comments in MCL. Does nothing in CCL. |
|||
