From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id EAA12969 for ; Sun, 30 Jun 1996 04:17:42 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id OAA22934; Sat, 29 Jun 1996 14:12:15 -0400 (EDT) Resent-Date: Sat, 29 Jun 1996 14:12:15 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199606291536.RAA02241@hzoli.ppp.cs.elte.hu> Subject: Re: Etc/BUGS To: mason@werple.net.au (Geoff Wing) Date: Sat, 29 Jun 1996 17:36:52 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199606281831.SAA21871@werple.net.au> from Geoff Wing at "Jun 29, 96 04:31:36 am" X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"iHJeM3.0.Bc5.z7Nrn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1483 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Heyla, > > from Etc/BUGS > ------------------------------------------------------------------------ > If you suspend "man", zle seems to get into cooked mode. It works ok > for plain "less". > [...deleted...] > Then if you suspend > % foo less something > from zsh/bash, zle/readline gets into cooked mode. > ------------------------------------------------------------------------ > > Is this still around? What machines? I can't reproduce this on NetBSD. > Couldn't even repro this with bash(1.14.6). Under Linux I can reproduce it with zsh, bash, ksh93 and pdksh. So I'm quite sute that it is not a zsh bug. There may be some versions of man which does not have this problem. It only happens if man fork the pager and wait()'s for the pager as illustrated by the tiny program included in the BUGS file. Zoltan