From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id IAA19760 for ; Wed, 3 Jan 1996 08:39:56 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA13225; Tue, 2 Jan 1996 16:25:30 -0500 (EST) Resent-Date: Tue, 2 Jan 1996 16:25:30 -0500 (EST) From: Zoltan Hidvegi Message-Id: <199601022126.WAA04141@bolyai.cs.elte.hu> Subject: Two bugs To: zsh-workers@math.gatech.edu (zsh-workers) Date: Tue, 2 Jan 1996 22:26:02 +0100 (MET) Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"6UbOK.0.VE3.9BQwm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/702 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu % Src/zsh -f bolyai% bindkey '^j' self-insert bolyai% Now press ^J twice type anything and press ^J again. The first character you typed will disappear from the screen. If there are more lines the first character after each blank lines will disappear. It is very bad in zed. This appeared between beta11 and beta13 (I did not even compile beta12 since I was too busy). The other bug: % Src/zsh -f bolyai% setopt autolist listambiguous bolyai% compctl -U -s 'fo1 fo2 fo3' foo bolyai% foo fo This tab does not show the list of available completions but ^D still works for that. Bye, Zoltan