Custom Query (1030 matches)
Results (535 - 537 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #823 | wontfix | Shebang support | ||
| Description |
I like to start my Common Lisp scripts with #!/usr/bin/env ccl. But when I load them in the CCL interpreter, I get an error: Undefined character #\! in a #\# dispatch macro. Could CCL include shebangs as ordinary CL syntax? CLISP and SBCL do. |
|||
| #958 | fixed | Shift-UpArrow and Shift-DownArrow fail on edge cases | ||
| Description |
When the cursor is in the first line in a buffer, shift-UpArrow should select the text between the cursor and the start of the buffer. It currently does nothing. When the cursor is in the last line in a buffer, shift-DownArrow should select the text between the cursor and the end of the buffer. It currently does nothing. Pressing UpArrow and DownArrow without the shift modifiers work correctly, i.e. they move the cursor to the beginning or end of the buffer. This is related to ticket #549. |
|||
| #431 | fixed | Shift-return | ||
| Description |
When at the end of a line, you are often holding down the shift key due to a closing paren. You then want to press the return key to go to the next line. But if your finger is still on the shift key, the return will fail. MCL handles this gracefully. |
|||
