From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24997 invoked by alias); 14 Mar 2012 09:59:56 -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: 30355 Received: (qmail 26028 invoked from network); 14 Mar 2012 09:59:53 -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 autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=op2A9X1claFkZkaSKOspagedVgQ2L4MsQqN0h0MrbvY=; b=UaTGI1Uv8XjjFgnu5mE+E3Uda8o5pgfIftSvxIZDqUHmc8JqR9+W/WaqZmekvMQdiz 1gvyEbkORWrj0zseUqWgVXxs9qGKMBdvXnQ1nNhLprfOVHSZWEHYvhoGuELbp3ZMg3MA bn4jsd4UpcFXxyBqdYAVcWpRGN1TQK82gpoKcI+khYvTirL8gDZbnlUCvZA1SRPZGXOI td7nuPeZUtKFFpz/DuNvQGXa5Me8mimEbO1b4Hpj8M3E0o4EMCBk1Z0oOs2oO5JK2MT/ MdZ3Urb00hwKYR4hQ9/+OEJ+kxeadIuV3DeNt11F4gVH0P0+wuVU8z9HWX5mSc/ooYcV rh8A== Subject: Re: Issue with history Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=windows-1252 From: =?iso-8859-1?Q?Fran=E7ois?= In-Reply-To: Date: Wed, 14 Mar 2012 10:59:50 +0100 Cc: zsh-workers@zsh.org, aifsair+zsh@gmail.com Content-Transfer-Encoding: quoted-printable Message-Id: <89C1220D-AAB7-4B84-9B8C-0F2F10749CDB@gmail.com> References: <160F1AB7-045E-4DF7-81FE-75D9BAC85523@gmail.com> <120308102812.ZM14534@torch.brasslantern.com> <3EA90EE7-0E80-4F61-8349-CB5C914D432E@gmail.com> To: Bart Schaefer X-Mailer: Apple Mail (2.1257) Hi, the issue appeared again, without any changing to my config file since = the other day. There is still a big change that appeared in my .zsh_history: [=85] vim .emacs find . -name '*.c' open -a emacs Downloads/ddns-1.0/message.c : 1331470574:0;ssh elma : 1331508808:0;python/ [=85] I have really no idea why this changed, since I made no change on my = .zshrc. Hope this issue is relevant. I can provide more information if needed. Have a nice day. -- Fran=E7ois Le 9 mars 2012 =E0 04:25, Bart Schaefer a =E9crit : > On Thu, Mar 8, 2012 at 3:05 PM, Fran=E7ois wrote: >> Thanks for your answer. >> FYI: >> $ type history >> history is a shell builtin >>=20 >> What further information can I provide you? >=20 > Hmm. Well, another possibility may be that you have several zsh > running that are sharing the same history file, but that don't have > the same set of history options so they're writing contradictory > formats or truncating the file in different ways. There's at least > one oddball line in the zsh-history.txt file you posted at that would > suggest that is happening. Try making sure that you've exited out of > all but one of your shells before changing history format or sharing > options.