From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1374 invoked from network); 14 Dec 1996 03:59:02 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 14 Dec 1996 03:59:02 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id WAA09326; Fri, 13 Dec 1996 22:45:04 -0500 (EST) Resent-Date: Fri, 13 Dec 1996 22:45:04 -0500 (EST) From: Zoltan Hidvegi Message-Id: <199612140329.EAA05233@hzoli.ppp.cs.elte.hu> Subject: bindkey bug? To: zsh-workers@math.gatech.edu (Zsh hacking and development) Date: Sat, 14 Dec 1996 04:29:41 +0100 (MET) 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: <"zdTPr2.0.fH2._AYio"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2579 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I have this bindkey in my .zshrc: bindkey -s '^Z' '^[Qfg^M' In recent zsh versions after this command zsh thinks that ^Z is a prefix and waits a half second before executing the string. That did not happen in zsh-3.0.0. Does any of you know exactly which caused this changed? Zoltan