From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20572 invoked from network); 1 Jun 1998 20:07:11 -0000 Received: from ns2.primenet.com.au (HELO primenet.com.au) (7795@203.24.36.3) by ns1.primenet.com.au with SMTP; 1 Jun 1998 20:07:11 -0000 Received: (qmail 9225 invoked from network); 1 Jun 1998 20:06:55 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns2.primenet.com.au with SMTP; 1 Jun 1998 20:06:55 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id PAA15296; Mon, 1 Jun 1998 15:57:25 -0400 (EDT) Resent-Date: Mon, 1 Jun 1998 15:57:25 -0400 (EDT) Sender: hilbrich@vossnet.de To: zsh-workers@math.gatech.edu Subject: Bugreport zsh 3.1.2: Shell exits prematurely after aborting history-incremental-search-backward Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Torsten Hilbrich Date: 01 Jun 1998 21:57:50 +0200 Message-ID: <877m30ki81.fsf@marvin.bln.de> X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" X-Face: &h3VJ.Wf$"FwQv&ybX66{lt4*Mo%#kP6^"eU?7~UHhgF6l7)UB0f~g'}64W-b{tK1Jyh)^! %sc(cpH%Yv}bh"VwaJ>>!Kv*k4EJn^Lt[X|f< Resent-Message-ID: <"F-39i2.0.xk3.aUmSr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4029 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sorry, if that bug is already known, but I haven't found any mentioning in the BUGS file and the FAQ. If I startup the zsh I immediatly history-incremental-search-backward (^R) in the history. Instead of executing the found command I simply abort using ^C. Then the next return with or without any command given will immediatly exit the shell. It also happens if there is no match found in the backward search. Example: ~$ zsh -f marvin% Press: Ctrl-R Ctrl-C Return Shells exit at this point ~$ The shell is linked with the ncurses library: ~$ ldd `which zsh` libncurses.so.3.4 => /lib/libncurses.so.3.4 (0x40011000) libc.so.6 => /lib/libc.so.6 (0x40056000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) Please sent me mail copies of your responds, Torsten