From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25283 invoked from network); 5 Feb 2003 01:31:19 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Feb 2003 01:31:19 -0000 Received: (qmail 10363 invoked by alias); 5 Feb 2003 01:31:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18192 Received: (qmail 10356 invoked from network); 5 Feb 2003 01:31:10 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 5 Feb 2003 01:31:10 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [63.107.91.101] by sunsite.dk (MessageWall 1.0.8) with SMTP; 5 Feb 2003 1:31:8 -0000 Received: from itasoftware.com (phl.internal.itasoftware.com [192.168.1.115]) by mta.internal.itasoftware.com (8.12.6/8.12.6) with ESMTP id h151TwxY031849; Tue, 4 Feb 2003 20:29:59 -0500 Received: (from greg@localhost) by itasoftware.com (8.9.3/8.8.7) id UAA22723; Tue, 4 Feb 2003 20:29:58 -0500 Message-ID: <15936.26902.690000.478490@phl.itasoftware.com> Date: Tue, 4 Feb 2003 20:29:58 -0500 (EST) From: gak@klanderman.net (Greg Klanderman) To: "Bart Schaefer" Cc: zsh-workers@sunsite.dk (Zsh list) Subject: Re: delete-char-or-list vs IGNOREEOF In-Reply-To: <1030204091118.ZM15555@candle.brasslantern.com> References: <15934.61952.637768.924216@phl.itasoftware.com> <1030204091118.ZM15555@candle.brasslantern.com> Reply-To: gak@klanderman.net X-Mailer: VM 6.62 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Excellent, thanks Bart! greg >>>>> Bart Schaefer writes: > 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'.