Custom Query (1030 matches)
Results (229 - 231 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #119 | fixed | funny selection behavior with double- and triple-clicks | ||
| Description |
In a normal Cocoa text view, multiple-clicks are multiple mouse-downs. That is, click on a word, then click again and hold, and the word will be selected. In a hemlock text view, the selection won't be displayed until the mouse is released. Same for triple clicks. Normally, triple click selects a line, but in a hemlock text view, the line isn't selected until the last mouse click is released (or until a drag is initiated). This makes selecting by lines feel funny. Maybe mouse ups are counted instead of mouse downs? |
|||
| #764 | invalid | function with proclaimed return type NIL causes a warning when uses as a defstruct slot initializer | ||
| Description |
Compiling a file with code such as following causes a full warning and a tertiary value of T from COMPILE-FILE. (declaim (ftype (function () nil) arg-missing)) (defun arg-missing ()
(defstruct foo
|
|||
| #1097 | notabug | function watch documentation error | ||
| Description |
The documentation of function 'watch' is wrong. It says ? (defvar *s* "xxxxx") *S* ? (watch *s*) "xxxxx" but it should be ======= ? (watch (quote *s*)) ======= |
|||
