From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12359 invoked from network); 2 Jul 2004 21:07:03 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.85) by ns1.primenet.com.au with SMTP; 2 Jul 2004 21:07:03 -0000 Received: (qmail 31705 invoked from network); 2 Jul 2004 22:19:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Jul 2004 22:19:44 -0000 Received: (qmail 7928 invoked by alias); 2 Jul 2004 21:06:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20128 Received: (qmail 7911 invoked from network); 2 Jul 2004 21:06:46 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.85) by sunsite.dk with SMTP; 2 Jul 2004 21:06:46 -0000 Received: (qmail 31050 invoked from network); 2 Jul 2004 22:19:27 -0000 Received: from unknown (HELO moonbase.zanshin.com) (@167.160.213.139) by a.mx.sunsite.dk with SMTP; 2 Jul 2004 22:19:12 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.12.11/8.12.11) with ESMTP id i62L6LX2013928 for ; Fri, 2 Jul 2004 14:06:21 -0700 Date: Fri, 2 Jul 2004 14:06:21 -0700 (PDT) From: Bart Schaefer Reply-To: Zsh hackers list To: Zsh hackers list Subject: Re: PATCH: re-expand the prompt automatically In-Reply-To: <200407021523.i62FNNrh002531@news01.csr.com> Message-ID: References: <200407021523.i62FNNrh002531@news01.csr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 On Fri, 2 Jul 2004, Peter Stephenson wrote: > Here's the tweak I just proposed to Wayne's patch So does this mean "zle reset-prompt" goes away again? Or does it serve a different purpose? (It would seem that, with this patch, "zle -I" can be used instead of reset-prompt. Further, it seems odd to make reset-prompt a built-in widget rather than a zle option.)