From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28789 invoked by alias); 13 Feb 2015 17:35:57 -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: 34532 Received: (qmail 8726 invoked from network); 13 Feb 2015 17:35:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f4-b7f126d000001e9a-db-54de3559729e Date: Fri, 13 Feb 2015 17:35:35 +0000 From: Peter Stephenson To: Derek Gleim , zsh-workers@zsh.org Subject: Re: prexec never gets empty string? Message-id: <20150213173535.73b4332d@pwslap01u.europe.root.pri> In-reply-to: References: Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrALMWRmVeSWpSXmKPExsVy+t/xq7qRpvdCDJ7tE7NonLiLyeJg80Mm ByaPWaf/s3qsOviBKYApissmJTUnsyy1SN8ugSujZf82loLtLBX9fZNYGxjXMXcxcnJICJhI 3H5xlx3CFpO4cG89WxcjF4eQwFJGiaeN/SwQTg+TxOE9h5kgnG2MElenfGECaWERUJV4+Goe C4jNJmAoMXXTbEYQW0TAXGL/4dNgtrCAjsSTV7fA6nkF7CUWzz4MVs8pECzxbvkSsNVCAgES Pae7WEFsfgF9iat/PzFBnGQvMfPKGUaIXkGJH5PvgfUyC2hJbN7WxAphy0tsXvOWGWKOusSN u7vZJzAKzULSMgtJyywkLQsYmVcxiqaWJhcUJ6XnGuoVJ+YWl+al6yXn525ihITylx2Mi49Z HWIU4GBU4uGVqLwbIsSaWFZcmXuIUYKDWUmEd6HWvRAh3pTEyqrUovz4otKc1OJDjEwcnFIN jCtuScaeXbnp/TfHTYpGG1/clhE60bkyL7hS670x4xOma0drD7Q3BDJJFz7Z43f9Hb/qjjdG fKfZF79+a+Af8L9R4DG/wzcl/qg8SfMeq5Xv2+5x8H9SW8cpF9vxxDXAtaKna8ofjWT/ZVsi 9j4xYs10tXrlFPxw99147SM1EgL7RK5EzHoyS4mlOCPRUIu5qDgRAKD9LD9DAgAA On Fri, 13 Feb 2015 11:19:42 -0600 Derek Gleim wrote: > % setopt histignorespace > % preexec() { echo $1 } > % true ignore me > true ignore me I think there must be some other ingredient involved (and it doesn't appear to be histignorespace, which was my first guess). Could you try it with "zsh -f" and see what other options you need to set to produce it? > zsh 5.0.2 (x86_64-pc-linux-gnu) That's really rather old now, though I've got a close version around and it's not showing the problem either. pws