Custom Query (1030 matches)
Results (958 - 960 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1304 | notabug | let-binding / closure problem with trees | ||
| Description |
Clozure Common Lisp Version 1.10-r16196 (DarwinX8664) I just tried this example and it seems sub lists remain in new created closure, whereas they should be new values: (defun closure-eg ()
(let ((l1 '((a 0) (b 0))))
(incf (second (assoc 'a l1)))
l1))
run this function more than once, and the l1 binding is only shallow-recreated?? MY-PACKAGE> (closure-eg) ((A 1) (B 0)) MY-PACKAGE> (closure-eg) ((A 2) (B 0)) MY-PACKAGE> (closure-eg) ((A 3) (B 0)) the numbers in first list (A n) should always be 1, shouldn't they? |
|||
| #25 | fixed | Text Window Problems | ||
| Description |
There are a number of problems with the graphic components of text windows in the IDE that make it look cobbled together rather than like a real cocoa application.
One way to address these would be to move the modeline down into the region to the left of the resize box. Make that region shadowed gray all the way across (cf Finder windows, which put file count and available space in the gray region at the bottom of the window). Make the horizontal scrollbar take the full width of the window. I'd also try having the modeline be roman rather than italic font. All this applies to the listener, too. |
|||
| #26 | duplicate | Symbol Completion | ||
| Description |
It would be nice to have symbol completion in the editor. |
|||
