Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Issue with histreduceblanks
- X-seq: zsh-users 17980
- From: Raghavendra D Prabhu <raghu.prabhu13@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Issue with histreduceblanks
- Date: Thu, 19 Sep 2013 00:20:58 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=MnM+EIKz0odRBRtxCO6iVlVfLhjNnUCSPCrWog1Cec8=; b=ulg5Sl29a1649Mq6J7vGFscv3FjbQseSn9caGaZsYSry8uggFIqLRXTMfdNdFqCMHL WF/MUTSLMeKg6YWIpqwZLDDvUwxISBdDOB1a+kuM1t2YrwR+JODjk6aD9S5nV+wXvNI/ 1XCrYW7WSopVb2MYFZazbmRqqiZCjFizUH1qHgtKaSbybN1k20f5ViPe5NWvnXp9yzPY 95ZrWU9WkMzEo9qb93Q37imnt6iu5NjP/ygLz5mNWQnML8iYLaxdO83wC3+snTFb1mnW M9xAStV0wXBjvbOrlzp0iTR4U8l1+aDA/7uldYnK8gy7LTm6tJZLl2XXn6JbF7GH5ut6 ywaQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi
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
=================
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% zsh --version
zsh 5.0.2 (x86_64-unknown-linux-gnu)
Archie% echo $TERM
xterm-256color
Archie%
===============================
As you can see when that line is recalled later it is mangled (I
chose that line since it is long enough and was able to
reproduce).
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 have had this option (in ~/.zshrc) for a while though, but I started seeing
this issue only recently.
Has anyone else encountered this lately?
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.
Regards,
--
Raghavendra Prabhu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author