From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17976 invoked by alias); 25 Apr 2010 10:37:13 -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: 27902 Received: (qmail 25739 invoked from network); 25 Apr 2010 10:37:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at free.fr does not designate permitted sender hosts) Date: Sun, 25 Apr 2010 12:36:44 +0200 From: =?UTF-8?B?RnJhbsOnb2lz?= Gannaz To: zsh-workers@zsh.org Subject: Re: vcs_info and locales Message-ID: <20100425123644.4534fca2@coriolan> In-Reply-To: <87aassncyk.fsf@ft.bewatermyfriend.org> References: <20100424234017.776ae0ea@coriolan> <87aassncyk.fsf@ft.bewatermyfriend.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.20.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le 2010-04-25, Frank Terbeck a =C3=A9crit : > Fran=C3=A7ois Gannaz wrote: > [...] > > BTW, changing the command with: > > zstyle ':vcs_info:svn:*:-all-' command "LC_ALL=3DC svn" > > didn't work at all, and I don't understand why. >=20 > The reason for that is because we're using the command roughly like > this: ${command} ... >=20 > And when sh_split_word isn't set (which it isn't by default and vcs_info > uses mostly zsh defaults), the parameter isn't split, like it would in > other bourne-like shells. >=20 > I think it would be best to leave it as it is; but I don't feel strongly > about it. If a lot be people think we should split that parameter, we > could do that (even though it might break backwards compatibility for > some people). I don't really want a change here. I was just to tired yesterday evening to remember about sh_split_word (or to read the FAQ). Indeed, I feel ashamed f= or such a question. > Anyway, could you try the following patch for the locale problem? I > think it should solve the issue once and for all. Yes, it fixed it. Thanks for your very complete reply -- Fran=C3=A7ois