RE: ;;; anything.el --- open anything

2007-08-06 Thread Drew Adams
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 version of emacs or a CVS emacs that is not pretty recent. Since the params are optional, you

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

2007-08-06 Thread [EMAIL PROTECTED]
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 version of emacs or a CVS emacs that is not pretty

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 Drew Adams
Another problem: 3. If I use the fit-frame-inhibit-fitting-flag equivalent (setq inhibit-fit-frame-flag nil), that prevents the fit-frame code from executing; however, the modify-frame-parameters call in anything-maybe- fit-frame still gets executed (which results in the existing frame being

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

2007-08-06 Thread Bill Clementson
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 Emacs. However, it is bundled with Aquamacs Emacs (the emacs that

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

2007-08-06 Thread [EMAIL PROTECTED]
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 selections is stored and used per source, so for example a different entry

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 Drew Adams
Oh, just one minor point (and this is for Tamas) - issue #1 still hasn't been fixed: 1. (minor) There is a space at the beginning of (defun anything- maybe-fit-frame () that should be removed. It's not just cosmetic (or me being pedantic) - several elisp functions assume defun's start

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

2007-08-06 Thread Bill Clementson
On 8/6/07, Drew Adams [EMAIL PROTECTED] wrote: Oh, just one minor point (and this is for Tamas) - issue #1 still hasn't been fixed: 1. (minor) There is a space at the beginning of (defun anything- maybe-fit-frame () that should be removed. It's not just cosmetic (or me being

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-06 Thread [EMAIL PROTECTED]
On Aug 7, 7:06 am, [EMAIL PROTECTED] wrote: Sounds good; however, I don't see the changes reflected in anything- adaptive yet (http://www.emacswiki.org/cgi-bin/wiki? action=history;id=anything-adaptive.el). Are you still working on them? No, I haven't even started yet. :) It was just the