From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16758 invoked by alias); 30 Apr 2012 12:07:31 -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: 30458 Received: (qmail 1943 invoked from network); 30 Apr 2012 12:07:29 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ON3CqcXmNsh/uB6yTxP85T0pes/VlohVFOvMtgMVzos=; b=FcPO0lYb1XFUdit4fS8jKaaAJitRQLryUragJ8eel3cty1ARI6ZeFHLM5mTZy2fsHQ ulTRuXjSi7YZlqv5m+/4IO+dudInkwUrdwjEh/fYCfpY1WElHagRImviTDgbahqjCPdQ 6pdj3nvxucA8pQXtRfFsg4PjwzdkaH29sSQOgnvZTDP7QgekilQrtkT0t19MtkuWejpz AHUjIGtf18x7sUl3wBbRhnnkUrEuQaLvNS792v0TwBltw+tqryhOMoADzPYajB8pCXuH EuhgIi5IwXzIHEUYxxeIKAzMDfYRUoi8N09SgwGb4V3p4VgqItAZ2PHZpFuZ3KDXNYTQ 4Q3g== Message-ID: <4F9E806D.9030206@gmail.com> Date: Mon, 30 Apr 2012 14:07:09 +0200 From: Hauke Petersen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120420 Thunderbird/12.0 MIME-Version: 1.0 To: zsh-workers@zsh.org Subject: fc -lr broken in current git? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit fc -lr seems to be problematic in current git: % zsh -f % fc -lr 1 fc -lr % fc -lr 1 fc -lr % fc -lr fc: history events are in wrong order, aborted % Please note that a) it doesn't happen without the -r option, and b) -r works fine with the tarred 4.3.17 sources. This does not seem to be connected to as I've tried with or without the patch at the time.