From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1008 invoked from network); 13 Jun 1997 12:29:06 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 13 Jun 1997 12:29:06 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA02876; Fri, 13 Jun 1997 07:51:22 -0400 (EDT) Resent-Date: Fri, 13 Jun 1997 07:51:22 -0400 (EDT) Date: Fri, 13 Jun 1997 15:54:42 +0400 (MSD) From: Andrej Borsenkow X-Sender: bor@itsrm1 Reply-To: borsenkow.msk@sni.de To: Zsh workers mailing list Subject: BUG? in histreduceblanks in 3.1.2-beta Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-Message-ID: <"DdCAk3.0.ti.vGJep"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3233 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I have problems with latest 3.1.2-beta (probably it existed before as well). Try to enter long command (separated with \NL to get around tty buffer length limit). If I now try scroll backward (I use standard emacs keymap, where cursor keys are bound to up/down-line-or-history), the display is almost completely broken. If I try to scroll several times, thing get even worse. Example is: bor@itsrm1:~/test/zsh%> zsh -f bor@itsrm1:~/test/zsh%> setopt histreduceblanks bor@itsrm1:~/test/zsh%> aaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa \ > aaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa \ > aaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa \ > aaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa \ > aaaaaaaaaaaaaa zsh: command not found: aaaaaa So far so good. Now up-line-or-history: bor@itsrm1:~/test/zsh%> aaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaa aaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaa aaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaa aaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaa Now it is a mess - it is not even possible to tell, how much lines I have. Once more up-line-or-history: bor@itsrm1:~/test/zsh%> aaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaa aaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaa aaa setopt histreduceblanks ^ cursor here Oooops! If you try more up/downs, things get even worse. I don't have previous version handy, but I have the feeling, that error was not there. Term I use have size 24x80 (with so far correct terminfo). Without histreduceblanks all is O.K. - I get exactly the same history event as was input. thanks ------------------------------------------------------------------------- Andrej Borsenkow Fax: +7 (095) 252 01 05 SNI ITS Moscow Tel: +7 (095) 252 13 88 NERV: borsenkow.msk E-Mail: borsenkow.msk@sni.de -------------------------------------------------------------------------