From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13195 invoked by alias); 22 Sep 2016 20:23:06 -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: 39418 Received: (qmail 4456 invoked from network); 22 Sep 2016 20:23:06 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com 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(66.111.4.26):SA:0(0.0/5.0):. Processed in 0.3063 secs); 22 Sep 2016 20:23:06 -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=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=pOP02IyQetuKtu/B65Sqc2gi/JI=; b=YEIt3H LL3J/cdEFkQDHrLTt/3gNxjDZVRM0Bt5tYGxTQS5NOS6X3dyrwmK0X4uk5XzMtc4 M1XyrZ9+fes9X1MBD0fY5wTbm3/82WILD4NcCTFdk/TzF+mBwfsIsp4/OUHQ9orI 8G7L8XEOtRfcwBTOmCIiJJXA76vCmVnnJwIx0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=pOP02IyQetuKtu/B65Sqc2gi/JI=; b=UJdzH isxOD7BPCZ+EIFVt+TvkWHnxOjTDLSIxdSfLx6USAWFrZFx9rUL2Hyqqwz6JXWDI zLFIBfSRDIo+xG0+T99z6yl10UEpwwMUV0fXRCRd72ka9f8QLgpX/Bk7AQAdUIPI 45++AV/HKWa1RdAGjIB9nJs415RHwLVl9vetWM= X-Sasl-enc: /U1JddFcVQK3ah/KizaDMQSemDyX0bNVNlrM1VljIPL0 1474575310 Date: Thu, 22 Sep 2016 20:14:03 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: [PATCH] Fix unintentional history modifiers. Message-ID: <20160922201403.GA32196@fujitsu.shahaf.local2> References: <1474544597-13684-1-git-send-email-danielsh@fujitsu.shahaf.local2> <160922093445.ZM7021@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <160922093445.ZM7021@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Thu, Sep 22, 2016 at 09:34:45 -0700: > On Sep 22, 11:43am, Daniel Shahaf wrote: > } Subject: [PATCH] Fix unintentional history modifiers. > } > } The _dates one worked even before this patch (!); I haven't investigated why. > > The _dsh one should have worked too. There is no :d modifier, so: This doesn't explain why _dates worked: it had a parameter expansion in a single-quoted string.