[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ;;; anything.el --- open anything
From: |
address@hidden |
Subject: |
Re: ;;; anything.el --- open anything |
Date: |
Mon, 30 Jul 2007 13:37:40 -0700 |
User-agent: |
G2/1.0 |
Hi Bill,
On Jul 30, 9:45 pm, address@hidden wrote:
> It might be better to have
> the exclusions done at a "lower" level (e.g. - somewhere like
> anything-insert-match) so that the exclusions are done only once a
> candidate is ready to be put into the anything buffer.
Note that anything-candidate-transformers are invoked for async
sources too and transformations can also be used to eliminate
candidates from the results, not just changing their appearance.
The example function anything-transform-files only colors "boring"
files, but it could also leave them out from the results.
So the infrastructure is there, it only needs to be configured.
The only issue is (indicated in the TODO section):
;; - transformations are not done properly in case of incomplete
;; lines from async processes, because the incomplete part is
;; already inserted into the buffer when the trasformation part
;; begins
but it may be not hard to fix, and the feature can be used
nevertheless.
/Tamas
- Re: ;;; anything.el --- open anything, (continued)
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/25
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/26
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/27
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/27
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/27
- Re: ;;; anything.el --- open anything, billclem, 2007/07/27
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/28
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/28
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/28
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/30
- Re: ;;; anything.el --- open anything,
address@hidden <=
- Re: ;;; anything.el --- open anything, billclem, 2007/07/30
- Re: ;;; anything.el --- open anything, address@hidden, 2007/07/31
- Re: ;;; anything.el --- open anything, address@hidden, 2007/07/31
- Re: ;;; anything.el --- open anything, billclem, 2007/07/31
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/31
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/31
- Re: ;;; anything.el --- open anything, address@hidden, 2007/07/31
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/31
Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/24
Re: ;;; anything.el --- open anything, address@hidden, 2007/07/24