Custom Query (1030 matches)
Results (403 - 405 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #74 | fixed | Lisp menu items should be enabled in backtrace | ||
| Description |
The Lisp>Restarts, etc. menu items should be enabled when the backtrace window is at the front, right now they're only enabled for listener windows. |
|||
| #840 | fixed | Lisp non-conformance created by load | ||
| Description |
Start a fresh CCL 1.6 (64bit Mac OS 10.6.7) and eval the following two forms; this will work as it should. (defstruct foo a) (defun baz () (flet ((foo-a (x y) (+ x y))) (foo-a 1 2))) Now put the two forms in a file, and load the file. The result is a compiler error: ? (load "Users/brooks/Desktop/test.lisp")
Alternatively, if the flet defined foo-a to have a single arg, then the compiler would not complain, but subsequently eval'ing (baz) will generate a type error: ? (baz)
|
|||
| #484 | invalid | Listener does not show horizontal scrollbar when made horizontally smaller by resizing window | ||
| Description |
see summary |
|||
