Custom Query (1030 matches)
Results (376 - 378 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #845 | fixed | gui::background-process-run-function and zombie windows | ||
| Description |
(gui::background-process-run-function 'foo1 (lambda () (print "I'm dead"))) (gui::background-process-run-function 'foo2 (lambda () (loop (sleep 1)))) Executing the above two forms causes the expected results: a second Listener that says "I'm dead". However, if you close that Listener window, the window comes back when you hit cmd-L (even though its process is dead). Windows attached to dead Listener processes should be deleted completely once closed. |
|||
| #844 | wontfix | add a toplevel "dir" or "ls" command | ||
| Description |
The toplevel currently has "cd" and "pwd" commands. It is fairly natural when navigating a file system hierarchy, to look at the contents of a directory to figure out where to navigate to next. A simple "dir" or "ls" command that lists the contents of the directory, and whether items are files or folders that one can "cd" to, would be convenient. Otherwise one must maintain a separate OS window to do the navigation, and one must "double type" any pathnames to keep things in synch. It is less convenient. Such a command would be good for a non-Lisp user's first impressions of CCL. |
|||
| #843 | fixed | merge 14662 to 1.6 | ||
| Description |
ITA wants r14662 in 1.6. |
|||
