Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _retrieve_mac_apps bad chache problem
- X-seq: zsh-users 8986
- From: William Scott <wgscott@xxxxxxxxxxxxxxxxxx>
- To: Marco Zunino <zunino_marco@xxxxxxxxx>
- Subject: Re: _retrieve_mac_apps bad chache problem
- Date: Sat, 11 Jun 2005 21:38:06 -0700 (PDT)
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20050612025130.52740.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050612025130.52740.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
Hi Marco:
In 10.4 you can avoid the cache altogether, as mdfind is sufficiently fast
to allow real-time completions for open -a. I did however notice that the
very first time there is about a 10 second lag, which raises my blood
pressure, so I found running the mdfind command in the background upon
shell initialization speeds things up.
I implemented this hack in what is doubltess substandard code, but if you
want to play with it, _open, an augmented open function, and a few others
are here for the taking:
http://xanana.ucsc.edu/Library/init/zsh/local-functions/darwin/
HTH,
Bill Scott
On Sat, 11 Jun 2005, Marco Zunino wrote:
> Please Help!!!
>
> After I reinstalled Mac OS Tiger, when I try to do to
>
> "open -a " + TAB
>
> instead of the standard completiotion I get a hugly
> series of line like:
>
> _retrieve_mac_apps:20: permission denied: .DS_Store
> _retrieve_mac_apps:20: permission denied:
> Finder_Toolbar_Applications.dmg
>
> This happens only in my main user account and only the
> first time I try "open -a" after opening a shell. I
> guess that the reason is that zsh try to create a
> cache but due to a bad permission it can't, but I can
> not guess where to remove this file.
>
> If you can, please ***HELP***
>
> Pax Vobiscum,
>
> Marco Zunino
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author