From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 552 invoked by alias); 18 Sep 2013 18:51:23 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17980 Received: (qmail 27727 invoked from network); 18 Sep 2013 18:51:08 -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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.192.181 as permitted sender) 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== X-Received: by 10.67.3.103 with SMTP id bv7mr44004734pad.15.1379530263040; Wed, 18 Sep 2013 11:51:03 -0700 (PDT) Date: Thu, 19 Sep 2013 00:20:58 +0530 From: Raghavendra D Prabhu To: Zsh Users Subject: Issue with histreduceblanks Message-ID: <20130918185058.GA19235@Archie> Mail-Followup-To: Zsh Users MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Operating-System: Arch linux x86_64 3.11.1-1-ARCH X-Editor: VIM - Vi IMproved 7.4 User-Agent: Mutt/1.5.21 (2012-12-30) 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