Custom Query (1030 matches)
Results (895 - 897 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #281 | fixed | open doesn't understand (somewhat) complicated element-type's | ||
| Description |
? (open "foo.txt" :direction :output
:element-type '(or (integer 0 1) (integer 100 200)))
> Error: Not an ivector subtag: 182
> While executing: CCL::SUBTAG-BYTES, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >
|
|||
| #578 | fixed | option-click into a window close box should only close all windows of that class and not all windows | ||
| Description |
MCL does this. useful. Sometimes I like to have many inspector windows opened automatically during debugging. I want to close the inspector windows then with a single option-click into the close box. |
|||
| #706 | fixed | out-of-bounds errors with SLOT-VECTORs | ||
| Description |
I have run into this kind of problem many times with my EasyGui efforts, and thought it must be my own fault. But now I've come across it using the Search Files dialog, which is nothing to do with me. This kind of thing pops up in the AltConsole window:
1 > It is not reliably repeatable. fwiw, I have suspected that it is due to some race condition whereby instances of Cocoa subclasses get information enough added to them for some objc method to be dispatched, but the extra Lisp slots appropriate for the class have not yet been added. This is just a hunch, maybe helpful and maybe way off the mark. |
|||
