Custom Query (1030 matches)
Results (214 - 216 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #263 | fixed | Frameworks (whole FFI thing) are pain to use | ||
| Description |
I'd be grateful if you made LISP beginners' (like me) life easier by distributing all neccessary .cdb files or whatever is needed to use Cocoa classes. I've tried to use OS X AddressBook and unfortunately found that it is much harder than I anticipated. Tutorial on Trac Wiki is very nice, but it does not mention how to load frameworks. It's hard to find requred information in the documentation unless one knows what to look for. After entire evening of goolging I've collected dozen of code snippets that do not work, and managed to generate FFI files which need yet another tool to process and more lisp voodoo :( |
|||
| #264 | fixed | Spurious warning for non-toplevel defvar's | ||
| Description |
encountered while trying to get test suite to compile cleanly: ? (let ((x 17)) (defvar *foo* x)) ;Compiler warnings : ; In an anonymous lambda form: Undeclared free variable *FOO* |
|||
| #265 | worksforme | Reported difficulty handling CR-terminated files in IDE editor | ||
| Description |
There have been reports that the editor hangs when trying to open CR-terminated text files in the editor. One theory - that it may be an endianness issue - doesn't seem to be correct; I've been able to open CR-terminated files under both PPC and X8664, and haven't yet been able to reproduce this. |
|||
