From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15035 invoked by alias); 8 Jul 2015 14:42:37 -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: 35736 Received: (qmail 26014 invoked from network); 8 Jul 2015 14:42:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=J8G9ytUlb2Dg2wfIoWdK/Nmth+fLtTdpmBFeAjzGCtw=; b=BPm17aOvOB1R6dljWRYL0foYEeN9e3G2Sby6WUivFQ8AtRMp/x09CCQsHdqxz1dZ+l O7bckT2aqUNDPyoym8M0uYyjhxbWgva8s5NumS4/gpBSN5U10ZE1/3ox4doy8Lk+zgdp UGYDlOqOc0gLFYyaWMNq5zgz3vtATcAl8sDdYv+spz3R7ZKN133UVvE8URLrgH0FIafW 4qMVtuQHpvdJDT+CAn/GYnHLaViW1VXg4e/EoyQLCxcxtn0IQGgPhVHpYvl0BNxnWwqW kXi3Fm9NDJP74PKdAf6ODGoGnQcQX3IMp44KOfwpCqpl5f4otena2ICHfUYyNpMaUWTb 741Q== MIME-Version: 1.0 X-Received: by 10.50.114.5 with SMTP id jc5mr61455170igb.43.1436366549994; Wed, 08 Jul 2015 07:42:29 -0700 (PDT) In-Reply-To: <97E3F4A3-6951-4848-8711-B8BD609BA79D@kba.biglobe.ne.jp> References: <1436143012-9243-1-git-send-email-mikachu@gmail.com> <4740.1436181110@thecus.kiddle.eu> <97E3F4A3-6951-4848-8711-B8BD609BA79D@kba.biglobe.ne.jp> Date: Wed, 8 Jul 2015 16:42:29 +0200 Message-ID: Subject: Re: PATCH: _ps1234, _date_formats: Complete strftime formats for %D{} From: Mikael Magnusson To: "Jun T." Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Wed, Jul 8, 2015 at 4:02 PM, Jun T. wrote: > > 2015/07/06 20:11, Oliver Kiddle wrote: > >> +exclusion=( >> + 'E' '[-_^#cCgGxXyY]' >> + 'O' '[-_^#BdeHImMSuUVwWy]' > > man strftime(3) says: > > Between the '%' character and the conversion specifier character, > an optional flag and field width may be specified. (These precede > the E or O modifiers, if present.) > > Here, the flag is one of - _ 0 ^ #. So Isn't it better to omit the > flags - _ ^ # from the exclusion above? I've also just noticed that completion after %D\{%\# and \^ doesn't work, but single-quoted is fine. -- Mikael Magnusson