[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: |
Fri, 10 Aug 2007 22:35:08 -0700 |
User-agent: |
G2/1.0 |
On Aug 10, 1:06 pm, "address@hidden"
<address@hidden> wrote:
> It's not really readable, so here's the second attempt:
>
One more unconventional example. :)
It's an on-the-fly expression evaluator. You type the list expression
and it shows the result instantly.
(setq anything-sources
'(((name . "Calculation Result")
(requires-pattern)
(match (lambda (candidate)
t))
(candidates "dummy")
(filtered-candidate-transformer .
(lambda (candidates source)
(list
(condition-case nil
(prin1-to-string
(eval (read anything-pattern)))
(error "error")))))
(action ("Do Nothing" . ignore)))))
- Re: ;;; anything.el --- open anything, (continued)
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/06
- Re: ;;; anything.el --- open anything, billclem, 2007/08/06
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/07
- Re: ;;; anything.el --- open anything, billclem, 2007/08/07
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/07
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/07
- Message not available
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/07
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/07
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/10
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/10
- Re: ;;; anything.el --- open anything,
address@hidden <=
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/13
- Message not available
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/13
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/08/18
- Re: ;;; anything.el --- open anything, Xavier Maillard, 2007/08/19
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/19
- Re: ;;; anything.el --- open anything, Xavier Maillard, 2007/08/19
- Re: ;;; anything.el --- open anything, sunway, 2007/08/19
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/19
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/19
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/19