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

2007-08-31 Thread Tassilo Horn
[EMAIL PROTECTED] (Michaël Cadilhac) writes: Hi Michaël, >>> (defvar anything-locate-options (if (eq system-type 'darwin) >>> '("locate") >>> '("locate" "-i " "-r")) >>> "A list where the `car' is the name of the locat program >>> fo

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

2007-08-31 Thread Michaël Cadilhac
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