Tassilo Horn <[EMAIL PROTECTED]> writes:

> Should I add this source to anything-config.el?

Yes. Call it anything-source-mac-spotlight instead. Few people
know about mdfind. I only discovered it by accident.

Also I think you should remove the "Delete File" action 
in anything-actions-file. It is more generic to go to 
a dired buffer:

                 ("Dired" . (lambda (filename)
                              (dired (file-name-directory filename))
                              (dired-goto-file filename)))

Deleting a file in Dired also checks if a corresponding buffer
is open and offers to kill it.

-- 
Vagn Johansen 
_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to