Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (700 - 702 of 1030)

Ticket Resolution Summary Owner Reporter
#74 fixed Lisp menu items should be enabled in backtrace Gary Byers gz
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 Gary Byers gz
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 Gary Byers Gary Byers
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~" ...)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.