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

2007-08-20 Thread billclem
Hi Tassilo, On Aug 19, 11:30 pm, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: Do you use the latest version of anything-config? Tassilo fixed a bug in it shortly after he uploaded the new version. There was exactly the same bug in the action transformer, too. I didn't

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

2007-08-19 Thread billclem
Hi Tassilo, On Aug 19, 2:55 am, Tassilo Horn [EMAIL PROTECTED] wrote: bugs one and three should be fixed now. For bug two, please tell me exactly how you can reproduce it. And do `M-x toggle-debug-on-error' before. All 3 bugs are now fixed - Thanks! However, I came across a new one. In the

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

2007-08-19 Thread billclem
Hi Tamas/Tassilo, On Aug 19, 9:39 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 19, 4:04 pm, Xavier Maillard [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Let me know what you think. I just love the idea and the way it is currently working. I will try to hack on it too to

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

2007-08-19 Thread billclem
On Aug 19, 9:46 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 20, 12:47 am, [EMAIL PROTECTED] wrote: Hi Tamas/Tassilo, On Aug 19, 9:39 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 19, 4:04 pm, Xavier Maillard [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote:

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

2007-08-18 Thread billclem
Hi Tassilo Tamas, I've been traveling the past week so have only just downloaded the latest versions of anything.el (revision 66) and anything-config.el (revision 34). I see that there have been some structural changes as well as some new functionality added. Unfortunately, a lot of things seem

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

2007-08-06 Thread billclem
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: On Aug 6, 7:33 pm, [EMAIL PROTECTED] wrote: 2. The call to fit-frame in anything-maybe-fit-frame passes in 4 params. The 4th parameter to fit-frame was only added on July 21, 2007. Therefore, this causes breakage for anyone using a released

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

2007-08-06 Thread billclem
On Aug 6, 1:37 pm, Bill Clementson [EMAIL PROTECTED] wrote: On 8/6/07, Drew Adams [EMAIL PROTECTED] wrote: In sum, either update `fit-frame.el' or remove it from your `load-path'. Anything should work fine in either case. You're correct (my mistake) - fit-frame is not part of GNU

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

2007-08-06 Thread billclem
On Aug 6, 12:44 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 3, 3:21 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So it's an adaptive candidate sorter which learns which candidates you select frequently and makes them more accessible for you. Currently, the history of

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

2007-08-06 Thread billclem
On Aug 6, 9:48 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 7, 12:35 am, Bill Clementson [EMAIL PROTECTED] wrote: Yes, but it isn't fixed in the update that Tamas posted - that is why I mentioned it again and indicated that this is for Tamas. It's fixed now. Thanks. - Bill

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 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 candidate

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

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 is

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

2007-08-02 Thread billclem
Hi Tamas, [EMAIL PROTECTED] [EMAIL PROTECTED] writes: On Aug 1, 10:06 pm, [EMAIL PROTECTED] wrote: Is there some reason why the following 2 bindings aren't part of anything-map: (define-key map (kbd M-v) 'anything-previous-page) (define-key map (kbd C-v) 'anything-next-page) The

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

2007-08-02 Thread billclem
On Aug 2, 12:03 am, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Hi, Is there some reason why the following 2 bindings aren't part of anything-map: (define-key map (kbd M-v) 'anything-previous-page) (define-key map (kbd C-v)

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

2007-08-02 Thread billclem
Tassilo Horn [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: Now you've heard it. I'll add an option that will define standard keymaps before loading anything.el. What do you think should be its default? Standard keymaps would be more logical for new users whereas the anything bindings

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

2007-08-02 Thread billclem
Hi Tamas, [EMAIL PROTECTED] [EMAIL PROTECTED] writes: On Aug 2, 9:22 am, [EMAIL PROTECTED] wrote: Is M-v bound to something in iswitchb? I had a look but didn't see any binding in the iswitchb source. No, but the iswithcb integration bounds ESC (alas, hardcoded) and it overrides every Meta

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

2007-08-02 Thread billclem
Tassilo Horn [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: Great, that works nicely - thanks! Could you also add the following: (define-key map (kbd C-n) 'anything-next-line) (define-key map (kbd C-p) 'anything-previous-line) Sure. Will be done and uploaded in 5

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

2007-08-02 Thread billclem
Hi Tassilo, After installing the latest code, I noticed that my custom anything- boring-file-regexp settings no longer seemed to work. I diff'ed the code and found that, as part of the last set of mods you made, you eliminated: ;;; Startup ;; Require anything after this file has been loaded.

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

2007-08-01 Thread billclem
Hi Tamas, Is there some reason why the following 2 bindings aren't part of anything-map: (define-key map (kbd M-v) 'anything-previous-page) (define-key map (kbd C-v) 'anything-next-page) I would also like to have the default bindings for C-n C-p in anything-map; however, I guess

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

2007-07-31 Thread billclem
On Jul 31, 6:41 am, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: Hi Bill, (setq anything-transform-files-excludes (list /Applications/cache/ /.backups /.svn

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

2007-07-31 Thread billclem
Hi Tassilo, Tassilo Horn [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: Hey, that's nice. I'll integrate it in anything-config.el, but I'll modify it a bit to have the same interface as the action transformers. Done! Yay! Looks nice! That would be nice - it would keep the action and

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

2007-07-30 Thread billclem
Hi Tamas/Tassilo, Tassilo Horn [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: Hi Bill, (defvar anything-locate-options (if (eq system-type 'darwin) '(locate) '(locate -i -r)) A list where the `car' is the name of the

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

2007-07-30 Thread billclem
Hi Tamas, [EMAIL PROTECTED] [EMAIL PROTECTED] writes: On Jul 30, 9:45 pm, [EMAIL PROTECTED] 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

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

2007-07-28 Thread billclem
Hi Tassilo, On Jul 28, 1:32 am, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: It looks like anything-source-imenu was the cause of problems #1, #2, #3. A #4 issue that occurs with the anything-source-imenu code in anything-config.el is that it causes anything to not work

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

2007-07-27 Thread billclem
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

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

2007-07-27 Thread billclem
On Jul 27, 11:31 am, [EMAIL PROTECTED] wrote: 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

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

2007-07-24 Thread billclem
Tassilo Horn [EMAIL PROTECTED] writes: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: That's nice, really nice. I'll have a lot of fun adding stuff to anything-config.el. BTW, don't you want to be in charge of anything-config.el? Yes, why not? I'll create a emacswiki page for anything.el

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

2007-07-24 Thread billclem
Hi Tassilo, Tassilo Horn [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: Where is the repository for anything-config.el? I found an emacs wiki page - is that it? The page on emacswiki that lists all this is http://www.emacswiki.org/cgi-bin/wiki/Anything Ok, thanks. Also, what is