Custom Query (1030 matches)
Results (520 - 522 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #388 | fixed | c-/ doesn't work | ||
| Description |
Typing c-/ at the lisp process (in a unix shell) leaves it in a weird state where Gary knows what causes this, but it might be hard to fix on some platforms. |
|||
| #389 | fixed | m-u/m-l/m-c ignore selection | ||
| Description |
I expect these to work on current selection if there is one, but they just collapse it and modify one word. |
|||
| #390 | fixed | Defstruct :include with :conc-name | ||
| Description |
Consider the following code, which is a simplified version of stuff that can be found in CL-Yacc: (defstruct item x) (defstruct (sub-item (:include item) (:conc-name item-)) y)
The ANSI CL spec explicitly states that this is allowed, in the description of ;Compiler warnings for "/home/pps/jch/struct-test.lisp" : ; In an anonymous lambda form at position 18: Duplicate definitions of ITEM-X, in this file It would appear that CCL generates correct code, but I believe that this is by accident. |
|||
