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: Xavier Maillard
Subject: Re: ;;; anything.el --- open anything
Date: Sat, 18 Aug 2007 17:14:47 +0200
User-agent: Thunderbird 2.0.0.4 (X11/20070604)

Mathias Dahl wrote:
> Mathias Dahl <address@hidden> writes:
>
>> Add this to your anything sources:
>>
>> ...
>>   ((name . "Jabber Contacts")
>>    (candidates . (lambda ()
>> (mapcar (lambda (x) (car x)) (my-jabber-list-contacts))))
>>    (action . (lambda (x)
>>                (jabber-chat-with                 (jabber-read-account)
>>                 x))))
>> ...
>
> I have no idea how that worked earlier, this is how it should be:

Would you mind posting the way you integrate this is anything ? I tried the solution posted here but as I am discovering anything, I am pretty far from having somethin' that just works :)

Thank you.

Xavier


reply via email to

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