Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (373 - 375 of 1030)

Ticket Resolution Summary Owner Reporter
#470 fixed Error when setting a value in a matrix unless safety 3 Gary Byers gz
Description

Reported in http://clozure.com/pipermail/openmcl-devel/2009-May/009383.html. Test case:

(defun test ()
  (let ((array (make-array '(1 1) :initial-element 2.0
                           :element-type 'single-float))
        (var 1.0))
    (setf (aref array 0 0) var
          var nil)))
#471 fixed Right arrow on selection mikel gz
Description

From http://clozure.com/pipermail/openmcl-devel/2009-May/009393.html:

if I double click and mark (make "blue") one word and the hit the right arrow the cursor go to one position to the right of the last element in the selection. if i double click and mark something in parenthesis and hit the right arrow, the cursor goes to the position one step to the right of the first element in the selection.

normally, in a mac application if you select some text and then hit the right arrow the cursos goes to the position just after the last element of the selection.

#472 fixed Hemlock can't open French file with long pathname R. Matthew Emerson gz
Description

See http://clozure.com/pipermail/openmcl-devel/2009-May/009392.html for assorted backtraces.

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