Custom Query (1030 matches)
Results (700 - 702 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #74 | fixed | Lisp menu items should be enabled in backtrace | ||
| Description |
The Lisp>Restarts, etc. menu items should be enabled when the backtrace window is at the front, right now they're only enabled for listener windows. |
|||
| #75 | fixed | Display not updated during query replace | ||
| Description |
Open cocoa-editor.lisp. Type m-x query replace <return> cocoa <return> carbon <return>. Type space. Note that the displayed text doesn't change, but the cursor moves to a location that's one off from the location of next occurrence of "cocoa". |
|||
| #76 | fixed | Cocoa backup file names | ||
| Description |
Backup files in Cocoa have names of the form "foo~.lisp". Whatever advantage this may have over the Emacs convention (backup files have the same extension as the original) seems to be outweighed by the disadvantage (backup files have the same extension as the original), so things like "grep FOO *.lisp" require extra effort and things like filename completion get unnecessarily confused. I don't know how to influence the naming convention, but we can probably bypass the automatic mechanism and figure out how to rename the original file (when applicable) just before saving. (There may be issues with preserving Finder aliases and such unless this is done carefully, but I assume that it's doable.) (In short, I vote for "foo.lisp~" ...) |
|||
