From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1691 invoked by alias); 20 Jul 2018 00:30:54 -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: List-Unsubscribe: X-Seq: 43194 Received: (qmail 6805 invoked by uid 1010); 20 Jul 2018 00:30:54 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-mqugw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(133.208.100.3):SA:0(-2.6/5.0):. Processed in 1.187368 secs); 20 Jul 2018 00:30:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Biglobe-Sender: From: Jun T Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] _pgrep: simplify the processing of '->state' actions Date: Fri, 20 Jul 2018 09:30:16 +0900 References: <064FE4EC-2987-49F5-8BA0-666E1D1568B2@kba.biglobe.ne.jp> <1FAEAFB0-0DA3-410D-AEEA-A5766C0D4C20@dana.is> To: zsh-workers@zsh.org In-Reply-To: <1FAEAFB0-0DA3-410D-AEEA-A5766C0D4C20@dana.is> Message-Id: X-Mailer: Apple Mail (2.3273) X-Biglobe-Spnum: 52753 > 2018/07/20 4:44, dana wrote: >=20 > On 19 Jul 2018, at 05:06, Jun T wrote: >> -# - We assume that Linux systems use procps-ng =E2=80=94 = specifically, procps-ng >=3D3.3.4 >> +# - We assume that Linux systems use procps-ng - specifically, = procps-ng >=3D3.3.4 >=20 > Would you guys prefer that i not use em dashes in source comments? Could you please use only 7bit ASCII? It sometimes happens that I need to use vanilla vi without multibyte support (e.g., testing on a minimal install of BSD's). Em dash is especially problematic because it is one of the characters with "East Asian Ambiguous Width"; how it is displayed depends on the setting of the terminal and/or font. > On 19 Jul 2018, at 05:06, Jun T wrote: >> - '-J+[match only on specified project IDs]: :->projid' >=20 > I'm not sure about moving this. I mean it'll work either way, but why = make this > a special case? Why not also break out -z? I just wanted to make sure that the '(projid)' part of the case statements is called only on Solaris because 'ps -o project' would not work on other OS's.=