Hi Tassilo,

On Jul 27, 4:12 am, Tassilo Horn <[EMAIL PROTECTED]> wrote:
> 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.

Looks like a good idea; however, your latest anything-config.el
changes have introduced a lot of breakage:

1. defparameter is used and should be changed to defvar
2. When anything is called and exited with C-g, some of the anything
   results are pasted into the current buffer
3. When anything is called, the cursor is now positioned on the last
   line rather than the first one

Maybe you checked it in too quickly or you are using an older version
of anything.el?

- Bill

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

Reply via email to