Custom Query (1030 matches)
Results (718 - 720 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1218 | fixed | coerce and deftyped complex types. | ||
| Description |
(deftype x () '(complex double-float)) (coerce 1 'x) => 1 while (coerce 1 '(complex double-float)) => #C(1.0D0 0.0D0) (coerce #c(1 2) 'x) => The value #C(1 2) is not of the expected type REAL. While (coerce #c(1 2) '(complex double-float)) => #C(1.0D0 2.0D0) |
|||
| #164 | fixed | command-control-d (while mouse cursor is over a word) crashes OpenMCL, oops, Clozure CL | ||
| Description |
Type a word in the Listener or Hemlock. Move the mouse over the word press command-control-d . Clozure CL quits immediately. command-control-d is the system wide dictionary lookup in Mac OS X (10.5). |
|||
| #1176 | fixed | command-option-w should close all windows of a given type. | ||
| Description |
Instead it does nothing. |
|||
Note:
See TracQuery
for help on using queries.
