Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=2g/Nl0SdXFYAHkhwhP1hVxVjfxOAzlW/48CxErHzvgo=;
        b=mEkA+HRzOaw4//bONFIwTHP/UQn0zK29aoEG3yfRSeUbhUemmL1dtzhMuVPQKQkKUu
         RXrHngWN7E9c/xQ86r9CgYkSsbu69x+bm/L1dt7AOmdxwaapzDk5in2/qSUs6BKjV1MX
         1NKvJ9fy80lKhVI0Q+wGtlo+TrpXCE//yAF6bD/mXhbXsQ2TtCdpWrA+22LWItOjPUFL
         I9y5AR7xC01lHnEAd/kBvbqK+RSeI9SYVMl2cXWSGsdLtwgzvuWZgNPb6TG2LKfvwJ1M
         fQckF+YH00SmVWUj6s5X4ZyNaNWI+RBcF/jQnoaCqQ0in9buLN9shjtuhL53i/vlJRuw
         WWwg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=2g/Nl0SdXFYAHkhwhP1hVxVjfxOAzlW/48CxErHzvgo=;
        b=fzwYvIBt1yyJWF1wMjZpBHNaAXvy7NjnuwY7ecPY1D5cUTaezBC7mLmYuomq3+Rwez
         A1DEHp2sfFzvVTLEDF+CcQHKawWDFLYYZRekl/Oajrx/C4dhRqjne6A4QiEUANbjyvf/
         jBdWNIxkiONBfa6VSFA1HsnNiDMSjArI+h4y6LvepcGwYTLgyvuam786IkptMwQoTMbh
         QxBu3JKom/4PQEzEre9f8q5tDLzVnDfYgt76wlrWNUhhAdIO7/2UNRRDMQQeXHE0NTCA
         GkwL1PQbT+R+aKOZvM6eTVSWN3hgPSzEzkRnyIMAyJgCuCEv2swmAcRNlvVWWHD+bRLH
         h0xQ==
X-Gm-Message-State: ALyK8tK+CnjYuBq7QpgdcErULvBze28BwZRFgl9W2HK3d/s2j3DXwMfFkIT4qD2wxvd48w==
X-Received: by 10.66.248.169 with SMTP id yn9mr4918695pac.13.1466202808683;
        Fri, 17 Jun 2016 15:33:28 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160617153353.ZM1393@torch.brasslantern.com>
Date: Fri, 17 Jun 2016 15:33:53 -0700
In-Reply-To: <706581466190613@web21m.yandex.ru>
Comments: In reply to "Nikolay Aleksandrovich Pavlov (ZyX)" <kp-pav@yandex.ru>
        "Re: Regression: broken completion on modification time" (Jun 17, 10:10pm)
References: <87oa76172f.fsf@secretsauce.net> 
	<160612174712.ZM10957@torch.brasslantern.com> 
	<3670.1465855245@thecus.kiddle.eu> 
	<160614091402.ZM17103@torch.brasslantern.com> 
	<9937.1466008377@thecus.kiddle.eu> 
	<20160615232437.GA28886@tarsus.local2> 
	<17354.1466180383@thecus.kiddle.eu> 
	<160617111101.ZM488@torch.brasslantern.com> 
	<706581466190613@web21m.yandex.ru>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers <zsh-workers@zsh.org>
Subject: Re: Regression: broken completion on modification time
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38709

On Jun 17, 10:10pm, Nikolay Aleksandrovich Pavlov (ZyX) wrote:
}
} I would say "yes" just to check what possibilities is it talking
} about. Question is why would I hit `<Tab>` in first place: if I did
} not see this discussion I would not ever suggest that completing a
} (mostly) numeric and in any case very short argument to `m` has any
} sense.

I see Oliver has already replied, but:  Don't confuse the example (of
completing in a glob qualifier) with the intent of the discussion,
which is about presentation of the result for _dates.  You could just
as easily be completing after "find -mtime ".

