From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15856 invoked from network); 4 Feb 2003 09:11:34 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Feb 2003 09:11:34 -0000 Received: (qmail 4377 invoked by alias); 4 Feb 2003 09:11:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18186 Received: (qmail 4369 invoked from network); 4 Feb 2003 09:11:18 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 4 Feb 2003 09:11:18 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.46.181.248] by sunsite.dk (MessageWall 1.0.8) with SMTP; 4 Feb 2003 9:11:17 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h149BId15556; Tue, 4 Feb 2003 01:11:18 -0800 From: "Bart Schaefer" Message-Id: <1030204091118.ZM15555@candle.brasslantern.com> Date: Tue, 4 Feb 2003 09:11:18 +0000 In-Reply-To: <15934.61952.637768.924216@phl.itasoftware.com> Comments: In reply to greg@klanderman.net (Greg Klanderman) "delete-char-or-list vs IGNOREEOF" (Feb 3, 5:49pm) References: <15934.61952.637768.924216@phl.itasoftware.com> X-Mailer: Z-Mail (5.0.0 30July97) To: greg@klanderman.net, zsh-workers@sunsite.dk (Zsh list) Subject: Re: delete-char-or-list vs IGNOREEOF MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 3, 5:49pm, Greg Klanderman wrote: } } In the script below, typing C-d on an empty input line used to exit. } Now, in 4.0.6, it lists completions. Is there some way I can get back } the ability to exit with C-d? You want the -e (for "exit") option of `vared'.