Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (493 - 495 of 1030)

Ticket Resolution Summary Owner Reporter
#465 fixed Shorthand type declarations. Gary Byers Stas Boukarev
Description

According to the <a href=""http://www.lispworks.com/reference/HyperSpec/Body/03_cca.htm">CLHS 3.3.3.1</a> type declarations can be shortened, but CCL gives a warning:

(proclaim '((array character) *foo*)) ; Warning: Unknown declaration specifier(s) in ((ARRAY CHARACTER) *FOO*)

#431 fixed Shift-return R. Matthew Emerson mkassoff
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.

#958 fixed Shift-UpArrow and Shift-DownArrow fail on edge cases Gary Byers Andrew Shalit
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.