Custom Query (1030 matches)
Results (616 - 618 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #106 | fixed | Can't eval region with package changes | ||
| Description |
Start up the IDE, and open an editor window on attached file. Hit cmd-A then Enter. Get error: Welcome to OpenMCL Version 1.1-pre-070722 (DarwinPPC32)! ? ;Loading #P"/Users/gz/OpenMCL/trunk/ccl/tools/asdf.dfsl"... ? ? ? > Error: Unbound variable: COMMON-LISP-USER::COCOA.ASD I'm guessing what's happening is that the in-package form is not affecting the rest of the evaluation. It should. |
|||
| #107 | fixed | Insertion point moves during tab | ||
| Description |
The behavior of the insertion point during indentation (Tab command) is still not quite right. The case where the insertion point is initially in the whitespace before the first non-whitespace character on the line is now correct (the insertion point moves to the first non-whitespace character). However if the insertion point is initially after the whitespace, then it shouldn't change (currently it gets moved to the first non-whitespace character, not correct). |
|||
| #108 | duplicate | Search Files dialog | ||
| Description |
This was requested by a user. In addition to making file searching capabilities more visible than our current m-x grep, the MCL search files command had the useful option to not search comments (which is implemented by just checking, after the fact, whether the found location is in a comment, and skipping it if it is). We could also add an option of regular expression search or not. |
|||
