Custom Query (1030 matches)
Results (532 - 534 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #533 | invalid | ASDF-INSTALL package is not supplied with ASDF. | ||
| 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 | ||
| 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 | ||
| 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
and I wonder if that can be right. From the ANSI:
|
|||
