Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (484 - 486 of 1030)

Ticket Resolution Summary Owner Reporter
#533 invalid ASDF-INSTALL package is not supplied with ASDF. R. Matthew Emerson Volkan YAZICI
Description

Despite advertised as in HintsForAsdfAndOpenmcl, (find-package 'asdf-install) still returns NIL even after a (require 'asdf) call.

In #ccl@…, Gary Byers told that http://trac.clozure.com/openmcl/changeset/4703 clobbered ASDF/REQUIRE interoperability.

#547 fixed "definitions of ...." window item behavior R. Matthew Emerson Joakim Sandgren
Description

in the definitions of .... window you can select a item with the arrows. but then you have take the mouse and double click to go the source. it shold be possible to do that with return and/or cmd-arrowdown/rightarrow.

#563 fixed possible bug in format tilde e R. Matthew Emerson Bob Boyer
Description

When I do (setq x 0) (loop (setq x (+ x .00001)) (format t "~%~8,2e" x)) I pretty soon see lines of varying width such as

1.169E-2 1.7E-2

and I wonder if that can be right. From the ANSI:

The full form is ~w,d,e,k,overflowchar,padchar, exponentcharE. ... Exactly w characters will be output.

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