Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (964 - 966 of 1030)

Ticket Resolution Summary Owner Reporter
#77 fixed Hemlock error while typing in unknown package Gary Byers gz
Description

I'm trying to type the following:

(defun open-url (file)

#+LispWorks (system:open-url

Typing space at the end of system:open-url gets a Hemlock error.

#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~" ...)

#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".

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