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 coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id KAA06301 for ; Mon, 26 Aug 1996 10:12:26 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id UAA19131; Sun, 25 Aug 1996 20:09:38 -0400 (EDT) Resent-Date: Sun, 25 Aug 1996 20:09:38 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199608260008.CAA29277@bolyai.cs.elte.hu> Subject: Re: zsh 3.0.0 - ^D does not exit shell To: guckes@math.fu-berlin.de (Sven Guckes) Date: Mon, 26 Aug 1996 02:08:43 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: from Sven Guckes at "Aug 26, 96 00:53:24 am" 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.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"eMh0d3.0.rg4.2jE8o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2073 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Hi! > > I noticed that the zsh does not exit when I press ^D. > IGNORE_EOF has *not* been set and I type in ^D right at the beginning. > However, the zsh tried to expand some non-existent command and asks me > "zsh: do you wish to see all 2667 possibilities?". Perhaps ^D is not set to eof on your tty. Use stty eof '^D'. Zoltan