On Jul 11, 6:31 pm, Mathias Dahl <[EMAIL PROTECTED]> wrote:
>
> When a handler is called with `query' it will need to return either
> `t' or `nil'. `t' means that the handler will be able to take care of
> this particular item, in my scenario it will see if Tom is online and
> if he is, return `t', otherwise `nil'. Only if after the query the
> handler returns `t' will that action be displayed in the action
> list. When the user selects a certain action, the handler will be
> called with `execute' instead.
>

I implemented a different approach, but it can do what you want. See
the newest version on Emacs Wiki.

I don't promise such a quick answer in the future. It was only an
exception. :)

_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to