From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18507 invoked by alias); 8 Mar 2012 16:41:29 -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: 30330 Received: (qmail 13029 invoked from network); 8 Mar 2012 16:41:27 -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.212.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version:x-mailer; bh=9WZ1GtOuKYSHGXImZWxdsQFW0Lzmtr8NHUSKL2SuqpM=; b=WHO9GhHHX4glZHGf+0o6vEmXAJQ+3VdRrqb0id4JMFmvyASi3NHBaPIwb8U8kQKnGd /SH8Pqql5diRDoYOYW9yuQnRhRcrX8qp9Zl7yOWb4BzOlylzhb86Epe1VWZju5l1JViP /ecv29B1mFzRkyGXPSOMCU4qQvrHUm3cXZz3IcX0jkfO22dUjU2JCxhP0Oj04cOIKzMM Ftt9IgMM/jXvyaAhnnON56ZHgD8l0gJxi/XmqOjrGFsI2l1jHDDP7g6xPHsZB41S8pgP kcdRbId4Oexp499+Ax2eWf4XavcnXOWnaxILJPoHc5wXQYTDUUKdmCyn3F53j3JrMEX1 YT8w== From: =?iso-8859-1?Q?Fran=E7ois?= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Issue with history Date: Thu, 8 Mar 2012 17:41:19 +0100 Message-Id: <160F1AB7-045E-4DF7-81FE-75D9BAC85523@gmail.com> Cc: aifsair+zsh@gmail.com To: zsh-workers@zsh.org Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) Hello there, after a talk on IRC, ft asked me to report this on that mailing. Please = leave the CC: so that I get answer without need to subscribe to this = list. So here are the facts, with my history file = (HISTFILE=3D$HOME/.zsh_history) available here ( = http://www.fser.lautre.net/zsh-history.txt ),=20 I couldn't retrieve all the entries from my history file. $ history # would only produce something like 30 entries $ history 1 # would add few entries but not much $ wc -l ~/.zsh_history # would return 1035+ lines (I removed some on the = online version) As far as I remember, I didn't changed any parameters. I just added the shared_history parameter right now, which explains the = timestamp on the file. After a complete flush of the file, I get a "normal" behaviour. $ history # gives me 25 lines, didn't find that parameter though $ history 1 # gives me commands from number 1 so everything looks ok I don't know if this mail is a bug report, but there is definitely = something I don't understand here. Thanks for reading. -- Fran=E7ois