Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [zsh 3.1.9] history bug?
- X-seq: zsh-users 3537
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: [zsh 3.1.9] history bug?
- Date: Thu, 30 Nov 2000 15:46:06 +0100
- In-reply-to: <1001129155002.ZM26865@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Wed, Nov 29, 2000 at 03:50:02PM +0000
- Mail-followup-to: zsh-users@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20001129141451.A24159@xxxxxxxxxxxxxxx> <1001129155002.ZM26865@xxxxxxxxxxxxxxxxxxxxxxx>
On Wed, Nov 29, 2000 at 15:50:02 +0000, Bart Schaefer wrote:
> On Nov 29, 2:14pm, Vincent Lefevre wrote:
> }
> } But all command lines are not stored to the history (even when the
> } previous one was different).
>
> Can you give an actual example of this, please?
Here's something similar:
_ open a terminal
zztest 1
zztest 2
_ close the terminal
_ do the same thing
Now, the history contains here:
: 975595084:0;zztest 1
: 975595088:0;zztest 2
: 975595113:0;zztest 1
: 975595128:0;zztest 2
_ open a terminal
zztest 3
zztest 2
zztest 1
_ close the terminal
Now, the history contains here:
: 975595084:0;zztest 1
: 975595088:0;zztest 2
: 975595113:0;zztest 1
: 975595128:0;zztest 2
: 975595167:0;zztest 3
: 975595230:0;zztest 1
: 975595181:0;zztest 2
The problem is that the above two lines are inverted.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/> - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / PolKA research team at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author