From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7750 invoked by alias); 16 Mar 2015 21:22:40 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34726 Received: (qmail 1963 invoked from network); 16 Mar 2015 21:22:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Date: Mon, 16 Mar 2015 22:22:36 +0100 From: Roman Neuhauser To: Peter Stephenson Cc: zsh-workers@zsh.org Subject: Re: fndir introspection, site-packages documentation Message-ID: <20150316212236.GW4524@isis.sigpipe.cz> References: <20150313224121.GO4524@isis.sigpipe.cz> <150313203904.ZM25016@torch.brasslantern.com> <20150315021436.GQ4524@isis.sigpipe.cz> <150315121447.ZM27996@torch.brasslantern.com> <20150316080819.GR4524@isis.sigpipe.cz> <150316090829.ZM15335@torch.brasslantern.com> <20150316171312.40dbec76@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150316171312.40dbec76@pwslap01u.europe.root.pri> User-Agent: Mutt/1.5.23 (2014-03-12) # p.stephenson@samsung.com / 2015-03-16 17:13:12 +0000: > diff --git a/NEWS b/NEWS > index bf8969b..5b776ba 100644 > --- a/NEWS > +++ b/NEWS > @@ -30,8 +30,9 @@ Changes since 5.0.0 > exist. Sites that set an explicit site directory can put that in > /etc/zshenv as before. The intention of the new path element is to > increase the likelihood that locally added functions can be found with > - the shell running "out of the box", no matter how the shell was > - configured. > + the shell running "out of the box", unless the shell has been > + deliberately configured differently by the installer for some special > + purpose. 1. run ./configure --prefix=/wtf --disable-site-fndir 2. explain continuing presence of "/usr/local/share/zsh/site-functions". btw, you've just turned the last sentence into a perfect contradiction of the paragraph it is closing. the first stentence still reads: "The default $fpath/$FPATH is now designed always to include [...]" again: [...] designed to *always* [...]. emphasis mine. which is it? always, or unless/provided-that? NEWS with your change, "always" and "unless" contradicting each other: - The default $fpath/$FPATH is now designed always to include /usr/local/share/zsh/site-functions. [...] The intention of the new path element is to increase the likelihood that locally added functions can be found with the shell running "out of the box", unless the shell has been deliberately configured differently by the installer for some special purpose. -- roman