From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3201 invoked by alias); 19 Apr 2013 10:59:20 -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: 31276 Received: (qmail 14297 invoked from network); 19 Apr 2013 10:59:07 -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.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at vinc17.net does not designate permitted sender hosts) Date: Fri, 19 Apr 2013 12:59:00 +0200 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: History saving doesn't work with "zsh -f" Message-ID: <20130419105900.GB9553@xvii.vinc17.org> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6304-vl-r59709 (2013-04-11) With zsh 5.0.2, if I run "zsh -f" and type SAVEHIST=8000 HISTFILE="$HOME/.zhistory.tmp" in the shell, then commands, and I quit with Ctrl-D, the history is not saved. Ditto with: SAVEHIST=8000 HISTFILE="$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èvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)