From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20567 invoked by alias); 19 Apr 2013 15:54:39 -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: 31278 Received: (qmail 13929 invoked from network); 19 Apr 2013 15:54:37 -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 _netblocks.google.com designates 209.85.210.174 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=5VWKIVx1Eq4whTmUgBay264AMh4eIuiqi0LWGsPtY80=; b=PItJ3JcjV+5nVug81RNkqIbDu2JkjKUO5vfWpx1Mfd5nIKaMz93UnQCDAwhRKvq/JE MgIUoeWZzH2B50IdCNEbUl4OPJyd72MqeYXYuk+r7QkJSy8ac8NxpC0RK7R/WzIJCS65 mCFY0LfHTyvULuj23NVx61CpPDu5hFczgs1m1IYaEK8Vp6pLGK2UO85aLwJMSrTCjjG8 GsbVsVesJmDtyxe+Li1dOcZrBvznnPGnYurFjMU4/8+l0bzlBt/vnfv3jR59rh5BmrsH xTfz0xe2onAZLZih/ho3Eozvo3KGwA7SOgM0j5VFK/qoLYbR79nPKNHBPaLVng3l9APG xKjg== MIME-Version: 1.0 X-Received: by 10.50.73.198 with SMTP id n6mr2351297igv.34.1366386871724; Fri, 19 Apr 2013 08:54:31 -0700 (PDT) In-Reply-To: <20130419105900.GB9553@xvii.vinc17.org> References: <20130419105900.GB9553@xvii.vinc17.org> Date: Fri, 19 Apr 2013 17:54:31 +0200 Message-ID: Subject: Re: History saving doesn't work with "zsh -f" From: Mikael Magnusson To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This is documented. On 19/04/2013, Vincent Lefevre wrote: > With zsh 5.0.2, if I run "zsh -f" and type > > SAVEHIST=3D8000 > HISTFILE=3D"$HOME/.zhistory.tmp" > > in the shell, then commands, and I quit with Ctrl-D, the history > is not saved. Ditto with: > > SAVEHIST=3D8000 HISTFILE=3D"$HOME/.zhistory.tmp" zsh -f > > This problem doesn't occur if I don't use the "-f" option, after > removing all my ~/.z* startup files. > > -- > Vincent Lef=C3=A8vre - Web: > 100% accessible validated (X)HTML - Blog: > Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) > --=20 Mikael Magnusson