Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (229 - 231 of 1030)

Ticket Resolution Summary Owner Reporter
#119 fixed funny selection behavior with double- and triple-clicks Gary Byers R. Matthew Emerson
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 Nikodemus Siivola
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 ()

(error "missing arg!"))

(defstruct foo

(bar (arg-missing)))

#1097 notabug function watch documentation error drunkedcat
Description

The documentation of function 'watch' is wrong. It says


? (defvar *s* "xxxxx") *S* ? (watch *s*) "xxxxx"


but it should be ======= ? (watch (quote *s*)) =======

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