Custom Query (1030 matches)
Results (481 - 483 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #184 | fixed | Sometimes the open dialog shows empty directories | ||
| Description |
When I do command-o in Clozure CL, I get a File Selector window. Sometimes when I double click on a directory, the directory is opened in the File selector window, but there are no contents listed. Going back to the parent and reopen the directory helps. Once the dialog has displayed the contents, later displaying the directory seems to work. Latest CCL from CVS, Mac OS X 10.5 |
|||
| #100 | fixed | Sometimes cmd-L doesn't work | ||
| Description |
Sometimes the IDE gets in a state where cmd-L doesn't switch to the listener, it doesn't do anything. Unfortunately I don't know how to reproduce it. Few things I noticed
|
|||
| #790 | invalid | Something strange with lisp-to-objc-message | ||
| Description |
When I load my code, it seems to break lisp-to-objc-message: 1 > (ccl::compute-lisp-to-objc-message '(:INIT-WITH-FRAME)) "initWithFrame:" 1 > (ccl::lisp-to-objc-message '(:INIT-WITH-FRAME)) "initWithFrame" ; <--- no colon! 1 > However, apart from importing/exporting this symbol (and others from objc and ccl) to my own oclo package, I don't touch it and don't redefine it, nor any other symbol from ccl or objc. From the source or the disassembly, I can't understand how it's possible to get this result. I provide all my code, and ccl-bug-p--*.txt files giving the *inferior-lisp* and *slime-repl-ccl* buffers. I'm working on a reader macro to read an Objective-C -like syntax. |
|||
