Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Issue with histreduceblanks
- X-seq: zsh-users 18001
- From: Raghavendra Prabhu <raghu.prabhu13@xxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: Issue with histreduceblanks
- Date: Thu, 26 Sep 2013 00:52:35 +0530
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7k+TPUN8qupwVeBtMu4zN1/AXNvPcMbzEDnWZN05m6Y=; b=EY4uryKI0XzODMXIBdk4uIt6AjnHzxN2seEtGabud9Mjbync8j+cKgOxpIOJC54Vbn xIH6g//lQmimzjmN8V1qv8kYs1HHymuZE0VvPbqNH9wclFPMaPp0po2JiTTfPr1d6Olg sx9RodhO/HEc2Hpy61vF6Tf59/TGkN/uNoSYt33pAb4U9FrEvODPOwhp5WX0AUMuul0Y io1tn0cKmvenjPrKx8N08M0riPb0QPXXr7q1gsKRXxeY3PGTyZUs2Fw9wRMWm3EMR1FD XVCuxjJvoGnM5UcY3Cgnk4GoWKQ3INyj+fgBN8HmyQLJAUX4xft/RnURzthuKxH9/aJT +hEg==
- In-reply-to: <20130918211227.51cdbd0f@pws-pc.ntlworld.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20130918185058.GA19235@Archie> <20130918211227.51cdbd0f@pws-pc.ntlworld.com>
On Thu, Sep 19, 2013 at 1:42 AM, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> On Thu, 19 Sep 2013 00:20:58 +0530
> Raghavendra D Prabhu <raghu.prabhu13@xxxxxxxxx> wrote:
>> I have been noticing an issue with mangling of history (randomly) from a few
>> weeks, today I decided to check which option may have been
>> causing that. It seems to be histreduceblanks
>>...
>> I got this thread - http://www.zsh.org/mla/workers/1997/msg00542.html
>> from search, but it looks like it turned out to be an issue with
>> terminal capabilities.
>>...
>> I use rxvt-unicode normally and noticed the issue on that first.
>> However, as you can see above, I can reproduce this with xterm as
>> well.
>
> It's probably worth making sure whether this is a shell issue or a
> terminal issue.
>
> Recall the line, then (regardless of it being mangled) go to the
> start of it and enter "print ", then hit return. If it's a terminal
> issue the line you see will be correct. It seems a bit unlikely that
> that's the problem if it's associated with the option, though.
>
> Are there any non-ASCII characters on the line that might be confusing
> the algorithm (the option pre-dates handling of multibyte characters)?
>
> --
> Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
> Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Hi
Sorry for the delay in replying (it had ended in my Junk due to
Precedence headers).
a) I had also noticed that it writes to the history file mangled.
==================================================
zsh -f
Archie% setopt appendhistory sharehistory histreduceblanks
Archie% HISTFILE=/tmp/.zsh_history
Archie% HISTSIZE=5000
Archie% SAVEHIST=5000
Archie% cat /tmp/.zsh_history
setopt appendhistory
HISTFILE=/tmp/.zsh_history
HISTSIZE=5000
SAVEHIST=5000
true
cat /tmp/.zsh_history
setopt rcs
setopt sharehistory
true
cat /tmp/.zsh_history
: 1380136272:0;setopt appendhistory sharehistory histreduceblanks
: 1380136276:0;HISTFILE=/tmp/.zsh_history
: 1380136279:0;HISTSIZE=5000
: 1380136282:0;SAVEHIST=5000
: 1380136285:0;cat /tmp/.zsh_history
Archie% Only two kinds of witnesses exist. The first live in a
neighborhood where
zsh: command not found: Only
Archie% Only two kinds of witnesses exist. he fisst lvee in a
neighorrhood werre
Archie% cat /tmp/.zsh_history
setopt appendhistory
HISTFILE=/tmp/.zsh_history
HISTSIZE=5000
SAVEHIST=5000
true
cat /tmp/.zsh_history
setopt rcs
setopt sharehistory
true
cat /tmp/.zsh_history
: 1380136272:0;setopt appendhistory sharehistory histreduceblanks
: 1380136276:0;HISTFILE=/tmp/.zsh_history
: 1380136279:0;HISTSIZE=5000
: 1380136282:0;SAVEHIST=5000
: 1380136285:0;cat /tmp/.zsh_history
: 1380136298:0;Only two kinds of witnesses exist. he fisst lvee in a
neighorrhood werre
: 1380136309:0;cat /tmp/.zsh_history
b) Also tested with print as requested
============================================
zsh -f
Archie% setopt histreduceblanks
Archie% Only two kinds of witnesses exist. The first live in a
neighborhood where
zsh: command not found: Only
Archie% Only two kinds of witnesses exist. he fisst lvee in a
neighorrhood werre
Archie% print Only two kinds of witnesses exist. he fisst lvee in a
neighorrhood werre
Only two kinds of witnesses exist. he fisst lvee in a neighorrhood werre
Archie%
==================================================
So, is no one else facing this? In that case I wonder if this is an
issue with libraries - glibc etc.
pacman -Q zsh glibc
zsh 5.0.2-4
glibc 2.18-5
Messages sorted by:
Reverse Date,
Date,
Thread,
Author