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=bkbW14IsVKdixa1wuhrjEHlY1Ail53T+C+B5FZhXVpc=;
        b=A9fZ4uU3KFkxp1zh5g9hCUAzdhufX3fpJlq3evbby9aeddwVtBrVULZnGN+cYWQvti
         6mz3RDRePKCb13VS3KtL33thREzJgegQY4ACI0ce/osyOWTzwMr0PHhXjXR429lh3OQS
         sxs8gSdZd+iDbUVK/nOgizTvIRNImaRK1rgT+lUTC0jGscMemkWsKJlfOowaOATAZpEQ
         ur0cwMhovPmn2Ntln3OGT/Zgcxtx02pUocXWeNLCOwAemFJfz3OitFUAZOVrQUtgtHGT
         e31zChFfd+6q8EU8jKK3UmYxVOvRb9NSmgeh3bkesQcjDRRudzkT0UTUeQ39pMH7NZqd
         BhLg==
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=bkbW14IsVKdixa1wuhrjEHlY1Ail53T+C+B5FZhXVpc=;
        b=Bgt/kk8ieNOXLMJSZgqG9YtLCUtYN2N4GRS2TbsywZZo6sKpkLNI6apkI6JqgDl5sB
         ArBUK+7Fy+sIlQtmj65kQchPJS7XPDgvkarkdhwSRgtgMsqWHJ+rciD5lOpoqhfnbknE
         u2oaan14swjb+RiETRNh+Lx6k8b2YROH5b7QYsZoB2DTCEcIxEk9S27/sIi91xgUGOiL
         Zvpf1oFB76LikqkdBP7HgOP5OOYIFyBZTCDid1wDKbZl4EtqCsxa4lq+smx6kB7ZQbiV
         lAMK4mf4qat4nZwq2JziKW8abApmwwCoQFnA5YsInG6NMseIMrisDGA+zgLnRqOs9ysE
         mlOQ==
X-Gm-Message-State: ALyK8tIC9VywhXWf5wFF1FNzFdjlwyx6yEHilMpIaY8L/sPljuZs+WRFSpFZUR9uoHc6+A==
X-Received: by 10.98.89.147 with SMTP id k19mr4994471pfj.156.1466204379607;
        Fri, 17 Jun 2016 15:59:39 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160617160005.ZM1506@torch.brasslantern.com>
Date: Fri, 17 Jun 2016 16:00:05 -0700
In-Reply-To: <913271466203755@web16h.yandex.ru>
Comments: In reply to "Nikolay Aleksandrovich Pavlov (ZyX)" <kp-pav@yandex.ru>
        "Re: Regression: broken completion on modification time" (Jun 18,  1:49am)
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> 
	<160617153353.ZM1393@torch.brasslantern.com> 
	<913271466203755@web16h.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 38711

On Jun 18,  1:49am, Nikolay Aleksandrovich Pavlov (ZyX) wrote:
}
} Where I have exactly the same question: `-mtime` argument is still
} numeric (now without "mostly" if I am not mistaking) and short.

The intent is to use the complist module / menu selection to present
a calendar so that you can point at a date to generate the number of
days forward or backward that correspond to that date, rather than
having to work out the delta yourself and then type it.  It's not
about how many keystrokes are being saved, in this case.

(The reason for this thread is to discuss not doing this when complist
or selection are not in use.)

} Also I cannot find `_dates` in `man zshall`

It was introduced last July as an experiment; as I mentioned in an
earlier message on this thread, several things about it were never
properly resolved.  Documentation appears to have been another.

