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: billclem
Subject: Re: ;;; anything.el --- open anything
Date: Fri, 27 Jul 2007 18:31:36 -0000
User-agent: G2/1.0

Hi Tassilo,

On Jul 27, 4:12 am, Tassilo Horn <address@hidden> 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



reply via email to

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