From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 801 invoked by alias); 22 Jul 2013 20:02:19 -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: 31560 Received: (qmail 6442 invoked from network); 22 Jul 2013 20:02:13 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.83.48 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=Vzv9N/tuGGB0umcgmfXwMaT/QEJZQYf8TKQQreuh6XU=; b=CQtaCrWRTemSlMbuUAFXFZn7zt7Fi1mFbEDANaKPWItP83+9Ek3tpHBkWx/Cx47sLH LfCDQqGgB3sOKLK+ZBaBmqFqcY/U9cxLmTzNKg+/aM64Sjr7fKa+ZYtGChFc4ycst50w rZASeEGEp4vBqAEmm0tCY+nT1xT/6KcVWAQ6x20yvGRXY5EQ224WZFeymEG0RiezitQp HQqKxyiDkxQMhbZZtRTmdMKZwOuEJyLtskx5Rj54egjC1W563dgAw1fxIevA9yP5AMxW XCPZo1QmshHmkJLfXM3JtUzlRH9TtE+nC3UGqyR8W7zQXCcWijdzIfw3ZD9kTUwQgAa/ pzBw== X-Received: by 10.14.223.5 with SMTP id u5mr21069640eep.131.1374523327197; Mon, 22 Jul 2013 13:02:07 -0700 (PDT) X-ProxyUser-IP: 86.6.30.159 Date: Mon, 22 Jul 2013 21:02:03 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: interactivecomments and preexec Message-ID: <20130722210203.4f1245d2@pws-pc.ntlworld.com> In-Reply-To: <20130722193012.3a0a4f9f@pws-pc.ntlworld.com> References: <20130721194524.GC10400@chaz.gmail.com> <20130722105332.2e7e8366@pwslap01u.europe.root.pri> <20130722193012.3a0a4f9f@pws-pc.ntlworld.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmmcR+4psSMzJIEIeBBFNo2dNAygJC+h6qTb025EQj9gKkRGrhPDwEp6M+WOPfSFS8zKhWn On Mon, 22 Jul 2013 19:30:12 +0100 Peter Stephenson wrote: > + ihwend(); Oops, should be hwend(), which is a function pointer that points to ihwend() in the case of interactive history. Now fixed. pws