From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14711 invoked from network); 25 Mar 2001 21:23:13 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Mar 2001 21:23:13 -0000 Received: (qmail 12495 invoked by alias); 25 Mar 2001 21:23:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13753 Received: (qmail 12484 invoked from network); 25 Mar 2001 21:23:05 -0000 From: "Bart Schaefer" Message-Id: <1010325212250.ZM10683@candle.brasslantern.com> Date: Sun, 25 Mar 2001 21:22:49 +0000 In-Reply-To: <200103071009.LAA06906@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: Size zero allocations" (Mar 7, 11:09am) References: <200103071009.LAA06906@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Size zero allocations MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 7, 11:09am, Sven Wischnowsky wrote: } } Bart Schaefer wrote: } > Press kill-whole-line at an empty prompt } } Well, adding an empty string to the kill ring doesn't seem to make } much sense... maybe we should just add a `if (!ct) return;' to cut() } (in zle_utils.c)? I'm in favor of this.