Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: vcs_info and locales



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