From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19665 invoked by alias); 27 Oct 2011 13:51:13 -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: 29871 Received: (qmail 20404 invoked from network); 27 Oct 2011 13:51:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=S7wxNjuHK3ip2qE+ZWRUaRCgK6cz/jsyhWUGzumz0Nc=; b=tpiQn2jrUSspGzrTtyNXZCub3i9I5JxCpc+M+4CGOTewus2ITYQFZqyrr+GEHy7ruP mRFUWTNCHzWu5skYQEeXIgdhqX0NVPiBkgssa/PT9mmphdPBDyk8WSB+j0tBn31hv/Br J4tuN2FHJNBQ/GK+ET9s4nyOxVSwPrHSVUy9k= MIME-Version: 1.0 In-Reply-To: <20100328235931.GA23061@ruderich.org> References: <20100328235931.GA23061@ruderich.org> Date: Thu, 27 Oct 2011 15:51:03 +0200 Message-ID: Subject: Re: [PATCH] EXTENDED_HISTORY documentation typo From: Mikael Magnusson To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 29 March 2010 01:59, Simon Ruderich wrote: > Hi, > > There is a minor typo in the documentation of EXTENDED_HISTORY. > According to Src/hist.c the following syntax is used for > EXTENDED_HISTORY: > > =C2=A0 =C2=A0ret =3D fprintf(out, ": %ld:%ld;", (long)he->stim, > > But the documentation says this: > > =C2=A0 =C2=A0::: When I enable extendedhistory and run a command for a few seconds (in the foreground), the field is always 0. --=20 Mikael Magnusson