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

Re: install-elisp.el --- Simple Emacs Lisp installer using curl

2007-07-31 Thread Ted Zlatanov
On Thu, 26 Jul 2007 12:59:58 -0400 Richard Stallman <[EMAIL PROTECTED]> wrote: RS> Given that Emacs now has url-retrieve, I don't see any reason to make RS> provision for any other method. I am in full agreement. In fact I just found out why install-elisp.el wasn't working for me (that was why

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

2007-07-31 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, >> 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! > That would be nice - it would keep the action and candidate transform > definitions consistent. Yep. >

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

2007-07-31 Thread [EMAIL PROTECTED]
On Jul 31, 5:36 pm, [EMAIL PROTECTED] wrote: > > I know that this has been brought up in the past and (setq history- > delete-duplicates t) is supposed to fix the problem; however, I still > get duplicates in the file history list. So, having the delete-dups in > the candidate transformer ensures t

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
On Jul 31, 1:14 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Jul 31, 6:56 am, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > Hi, > > > On Jul 31, 12:33 am, [EMAIL PROTECTED] wrote: > > > > However, another problem (in addition > > > to the ones you mentioned) with doing the exclu

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

2007-07-31 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > (setq anything-transform-files-excludes (list "/Applications/cache/" > "/.backups" > "/.svn" > "/CVS" >

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

2007-07-31 Thread [EMAIL PROTECTED]
On Jul 31, 6:56 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > On Jul 31, 12:33 am, [EMAIL PROTECTED] wrote: > > > However, another problem (in addition > > to the ones you mentioned) with doing the exclusions in a candidate > > transformer function is that the anything-candidate-numb