Hi,

now there are the variables

    anything-action-transformers-file
    anything-action-transformers-buffer
    anything-action-transformers-function
    ...

which should be lists of functions with parameters ACTIONS (the list of
actions so far) and CANDIDATE (the selected file / buffer / function /
...). Those functions may modify the list of actions somehow and return
it.

The function

    anything-transform-file-actions

calls each function in `anything-action-transformers-file' and builds
the list of actions then. It's the same for all other types.

So now you can easily write transformer function an add them to the
appropriate `anything-action-transformers-TYPE' list.

Bye,
Tassilo
-- 
Every time  Chuck Norris  smiles, someone dies.  Unless he  smiles while
he's roundhouse kicking someone in the face. Then two people die.



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

Reply via email to