gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ;;; anything.el --- open anything


From: Tassilo Horn
Subject: Re: ;;; anything.el --- open anything
Date: Mon, 23 Jul 2007 08:57:59 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> Hi Vagn,
>
>>> 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.
>
> Ok.
>
>> Also I think you should remove the "Delete File" action in
>> anything-actions-file.
>
> At least I use it sometimes, but sorting in a dired action is a good
> idea, anyway.
>
>> 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.
>
> I could implement this behavior for "Delete File", too.
>
> Bye and thanks for the contribution,
> Tassilo

DONE!

Bye,
Tassilo
-- 
Little known  medical fact: Chuck Norris invented  the Caesarean section
when he roundhouse-kicked his way out of his monther's womb.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]