Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: never complete functions beginning with "_"?
- X-seq: zsh-workers 26421
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxxxxx>
- Subject: Re: never complete functions beginning with "_"?
- Date: Sat, 24 Jan 2009 17:16:36 -0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=d200807; d=spodhuis.org; h=Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To; b=PHIuoBcL46I2pkjxTydvtzFAnDUsnUOYluZdJpkCC82ItCIAZYdfBapI/yw2MEB+tvJeKnbg3r4hhtb8ZJTsy13Sz7u/fI4yTdyy5yb4yR0CmwPLEHao1SVGE9n42BHztGC4EmaiCrgLTXeuELU++IbpX8bqLbEnVs9CQqHjXe8=;
- In-reply-to: <18811.39466.611672.982274@xxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Zsh list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <18811.39466.611672.982274@xxxxxxxxxxxxxxxxxx>
On 2009-01-24 at 17:46 -0500, Greg Klanderman wrote:
> It really seems some way to hide all the zle and completion functions
> in a separate namespace/package/whatever would be the ideal solution.
I raise the possibility of a new namespace mechanism in the recent
thread "sourcing a sh file in zsh" where I ask for feedback on the idea.
Moving all the zsh autocomplete to a new namespace would be an obvious
good use of that, but there would need to be a compatibility mode to
preserve the current system. zsh doesn't break things arbitrarily and I
haven't yet thought through how the completion side of things could
interoperate with old completion functions (provided outside zsh), etc
and the interop mode would need to be default and how does this get
managed without getting very grotty?
This is a major can of worms. So, feedback still welcome on that
thread. :) I've just come off oncall and am catching up on sleep, so
might actually get some coding accomplished in the near future.
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author