From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1894 invoked by alias); 10 Sep 2012 08:57:25 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17248 Received: (qmail 3164 invoked from network); 10 Sep 2012 08:57:23 -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,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: zsh-users@zsh.org Subject: Re: Zsh on Debian is beginning to rot In-Reply-To: <20120910080650.GG16413@xvii.vinc17.org> (Vincent Lefevre's message of "Mon, 10 Sep 2012 10:06:50 +0200") References: <20120909131050.15057aa6@internecto.net> <87mx0ze7sr.fsf@ft.bewatermyfriend.org> <20120910080650.GG16413@xvii.vinc17.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) Date: Mon, 10 Sep 2012 10:42:41 +0200 Message-ID: <87ipbme0am.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: [pbs]MDExNTM1 Vincent Lefevre wrote: > On 2012-09-09 13:48:20 +0200, Frank Terbeck wrote: >> What do you mean not much better. There is virtually no difference >> between 4.3.17 and 5.0.0. > > Wrong. There's an important difference: bug 679345 (svn completions) > is fixed in zsh 5.0.0, but not in 4.3.17. One bug in one small part of the shell as a whole does NOT invalidate my statement. Not at all. >> There is a 5.0.0 package in experimental. It's not in sid, because of >> the current freeze in debian.. > > [...] Subversion was moved to 1.7 in sid, but in sid, zsh > remains with svn completion rules that are incompatible with svn 1.7. > So, unless some zsh update is done (possibly only the completion rules), > this will be an important regression for users of zsh and svn in the > next stable version. That is unfortunate (even though it does not break everything into an unfixable state). However, that has not been made clear in the bug report. It might be possible to get a 4.3.17 package into wheezy, that updates just the _subversion completion. Talk to the maintenance team. If that is not possible (which would surprise me, to say the least), admins can always drop a fixed _subversion into `/usr/local/share/zsh/site-functions'. I realise, that the latter would not be a desirable state at all; so no need to lecture me on that. I am just pointing out a way out in the worst case scenario. Regards, Frank