From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25764 invoked from network); 22 Jun 2006 03:11:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Jun 2006 03:11:43 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 3197 invoked from network); 22 Jun 2006 03:11:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Jun 2006 03:11:38 -0000 Received: (qmail 17314 invoked by alias); 22 Jun 2006 03:11:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22506 Received: (qmail 17305 invoked from network); 22 Jun 2006 03:11:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 22 Jun 2006 03:11:35 -0000 Received: (qmail 2930 invoked from network); 22 Jun 2006 03:11:35 -0000 Received: from vms042pub.verizon.net (206.46.252.42) by a.mx.sunsite.dk with SMTP; 22 Jun 2006 03:11:33 -0000 Received: from torch.brasslantern.com ([71.116.105.50]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J18002S8RJ7GM2B@vms042.mailsrvcs.net> for zsh-workers@sunsite.dk; Wed, 21 Jun 2006 22:11:32 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k5M3BU33018301 for ; Wed, 21 Jun 2006 20:11:30 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k5M3BUJZ018300 for zsh-workers@sunsite.dk; Wed, 21 Jun 2006 20:11:30 -0700 Date: Wed, 21 Jun 2006 20:11:30 -0700 From: Bart Schaefer Subject: Re: ctrl-d doesn't remove rprompt In-reply-to: <237967ef0606211152l4e7a86dbjcd3486cc945b2cf@mail.gmail.com> To: zsh-workers Message-id: <060621201130.ZM18299@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <237967ef0606211152l4e7a86dbjcd3486cc945b2cf@mail.gmail.com> Comments: In reply to "Mikael Magnusson" "ctrl-d doesn't remove rprompt" (Jun 21, 11:52am) On Jun 21, 11:52am, Mikael Magnusson wrote: } } I just noticed, with setopt transientrprompt, pressing ctrl-d doesn't } remove the old rprompt, assuming you have ignoreeof set. I wouldn't exactly call this a bug. Removing the rprompt is supposed to make copy'n'paste work more smoothly, but by defintion when you type ctrl-d and get the ignoreeof warning, there must not be anything on the command line to copy. On the other hand, send-break removes the transient prompt, so it's a bit odd that EOF does not.