From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.net.au (8.7/8.7) with SMTP id JAA15978 for ; Wed, 11 Oct 1995 09:48:26 +1000 (EST) Received: from gauss (gauss.skiles.gatech.edu) by gatech.edu with SMTP id AA01781 (5.65c/Gatech-10.0-IDA for ); Tue, 10 Oct 1995 19:44:52 -0400 Received: by gauss (5.x/SMI-SVR4) id AA03739; Tue, 10 Oct 1995 19:41:30 -0400 Resent-Date: Tue, 10 Oct 1995 19:41:04 -0400 Old-Return-Path: Message-Id: <9510102341.AA14103@redwood.skiles.gatech.edu> X-Mailer: exmh version 1.5.3 12/28/94 To: zsh-workers@math.gatech.edu Subject: Re: WATCHFMT bug In-Reply-To: Your message of "Tue, 10 Oct 1995 18:39:28 EDT." <9510102239.AA03116@purple.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 10 Oct 1995 19:41:04 -0400 From: Richard Coleman Resent-Message-Id: <"gE47D3.0.Lw.fImUm"@gauss> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/446 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Ok this is the third time I sent this. Just want to make sure > it gets into either beta11 or hzoli11. > > The bug was introduced between beta8 and beta9. WATCHFMTs now ignore bold, > underline etc... > > test9: zle_misc.c line 700 > test9-hzoli11: zle_misc.c line 757 > > tputs(tcstr[cap], 1, putshout); > should be > tputs(tcstr[cap], 1, putraw); I'll have to test this, but it seems like this would break other things. There is typically a reason we send output to shout rather than stdout. rc