Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
Hi, On Aug 3, 11:28 pm, Tassilo Horn <[EMAIL PROTECTED]> wrote: > > So if you remove the duplicate functions that would solve all problems > for us. Could you please copy functions that are needed by > `anything-sources', e.g. `anything-buffer-list' from anything-config? > The only function was

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 11:15 pm, [EMAIL PROTECTED] wrote: > > With some limited testing, anything now seems > to be returning things according to the history values. Glad it's working. Do you like it? :) > However, if > anything-filtered-candidate-transformers is nil, there shouldn't be > any history written.

Re: ;;; anything.el --- open anything

2007-08-03 Thread billclem
On Aug 3, 1:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > On Aug 3, 10:08 pm, [EMAIL PROTECTED] wrote: > > > > > The last file I selected with a search pattern of "anyt" was > > anything.el (with a count of 2 times using that pattern) but the file > > I've selected most frequently

Re: ;;; anything.el --- open anything

2007-08-03 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi all, the adaptive sorting thingy sounds great and of course I'm happy to include it. But this weekend is full of other tasks and I'm not even sure if I have any network connection till monday, so this probably has to wait a bit. > I plan to rem

Re: ;;; anything.el --- open anything

2007-08-03 Thread billclem
Hi Tamas, On Aug 3, 10:38 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I tried it and it didn't work for me either. :) Aha, very sneaky way to check whether anyone had tried out the code! ;-) > I left a bug in it > which I now fixed. It should work now. > > I uploaded it to Emacs Wiki t

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
Hi, On Aug 3, 10:08 pm, [EMAIL PROTECTED] wrote: > > The last file I selected with a search pattern of "anyt" was > anything.el (with a count of 2 times using that pattern) but the file > I've selected most frequently is anything-config.el (with a count of 4 > times using that pattern) so I would

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 6:47 pm, [EMAIL PROTECTED] wrote: > > 2. If you load anything.el after anything-config.el, Tamas will need > to wrap his defun's with a check to see whether a function is already > defined and only do the defun if the function hasn't already been > defined. I plan to remove all the examp

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 7:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Aug 3, 7:10 pm, [EMAIL PROTECTED] wrote: > > > > > Hi Tamas, > > > On Aug 3, 6:21 am, "[EMAIL PROTECTED]" > > > <[EMAIL PROTECTED]> wrote: > > > Here's a demontstration for the option (anything-filtered-candidate- > > > transfor

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 7:10 pm, [EMAIL PROTECTED] wrote: > Hi Tamas, > > On Aug 3, 6:21 am, "[EMAIL PROTECTED]" > > > > <[EMAIL PROTECTED]> wrote: > > Here's a demontstration for the option (anything-filtered-candidate- > > transformers) added today. > > > I didn't want to stuff into anything.el, so I post it h

Re: ;;; anything.el --- open anything

2007-08-03 Thread billclem
Hi Tamas, On Aug 3, 6:21 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Here's a demontstration for the option (anything-filtered-candidate- > transformers) added today. > > I didn't want to stuff into anything.el, so I post it here. Maybe it > should go to anything-config.el. > > It's a can

Re: ;;; anything.el --- open anything

2007-08-03 Thread billclem
Hi Tassilo, Tassilo Horn <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] writes: >> Restoring the eval-after-load statement at the top of the code and >> eliminating the (require 'anything) at the bottom of the code fixes >> things. > > But with the eval-after-load anything.el was loaded before >

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
Here's a demontstration for the option (anything-filtered-candidate- transformers) added today. I didn't want to stuff into anything.el, so I post it here. Maybe it should go to anything-config.el. It's a candidate sorter which places those candidates first in the list of matches which you select

Re: ;;; anything.el --- open anything

2007-08-03 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > Restoring the eval-after-load statement at the top of the code and > eliminating the (require 'anything) at the bottom of the code fixes > things. But with the eval-after-load anything.el was loaded before anything-config.el and then the keymaps of anything.e