Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vcs_info and locales
- X-seq: zsh-workers 27902
- From: FranÃois Gannaz <francois.gannaz@xxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: vcs_info and locales
- Date: Sun, 25 Apr 2010 12:36:44 +0200
- In-reply-to: <87aassncyk.fsf@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20100424234017.776ae0ea@coriolan> <87aassncyk.fsf@xxxxxxxxxxxxxxxxxxxxxx>
Le 2010-04-25, Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> a Ãcrit :
> FranÃois Gannaz wrote:
> [...]
> > BTW, changing the command with:
> > zstyle ':vcs_info:svn:*:-all-' command "LC_ALL=C svn"
> > didn't work at all, and I don't understand why.
>
> The reason for that is because we're using the command roughly like
> this: ${command} ...
>
> 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.
>
> 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 for
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Ãois
Messages sorted by:
Reverse Date,
Date,
Thread,
Author