Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] avoid localized output from external commands in a few completion
- X-seq: zsh-workers 42169
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] avoid localized output from external commands in a few completion
- Date: Mon, 25 Dec 2017 17:04:02 -0800
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TPnlH1K48g4QTT67UBqF1Hz6GMAlWPQ9ss/9sBQQBkc=; b=DyI616fh33MS+s9USfljmtYCh+LPzPaqYHuRCXOhZVUYdnnZDzPaMaLZfdlSks64US R6Eshtvp2N3Yw+OXJOQtXes96vK6/dB7cmu7ONZq4ovBVQ8qMQgadBfJ/8NEpnV1KDW9 31TXcO5enCdvUH3F7XUVtf4heenYJxIrTdnSz7un0U6vdXMYZ9wXVBTMfMrB5jDiQbPa eCvolKiLySp+Nh72CaiTVVykxEjzllmGEEVVju6HfBA6nFaZAQAbJu6VXU/6SPtpMo1/ DFHv/NA1dObJbGCQ4q/ms9NJsC6AhTxM0CoObBPQrcSzpwNPP8+ncNyVzMyXHBcBslVl ID2Q==
- In-reply-to: <42959CB1-DB49-474F-86DA-DD4C08D1CE43@kba.biglobe.ne.jp>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <42959CB1-DB49-474F-86DA-DD4C08D1CE43@kba.biglobe.ne.jp>
On Mon, Dec 25, 2017 at 3:40 PM, Jun T. <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
> In some recent Linux distributions, output from commands
> like 'nm --help' is localized and can't be analyzed correctly
> by completion scripts. We need to reset LC_MESSAGES.
Perhaps this is something that would better be done by _main_complete?
Aren't other commands likely to become localized in the future?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author