From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17322 invoked by alias); 29 Jun 2012 13:32:22 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30547 Received: (qmail 4229 invoked from network); 29 Jun 2012 13:32:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,RCVD_IN_DNSWL_MED,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at spodhuis.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201107; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=K8zGuM1xwlS2AP4ZuXrV4kq6wuQ4wYi8m5uHHYyl6ig=; b=Sd+J8ujnQbI+3K+UHyYK8aIYt2gYSjR6Tx9bRvRyRLF4DzzUiUjg0Hq2T+iFCaZ4ToPR/bhgejMaBh/Do8kflCf4EKDaJSiEpfCXES1a0OaWPgFD08uqqwfuTak9+ftVNIkExxJPitt6qS+J6XaleVOGeI/2ujyD66DickuQo4o=; Date: Fri, 29 Jun 2012 06:32:04 -0700 From: Phil Pennock To: Mikael Magnusson Cc: zsh-workers@zsh.org Subject: Re: 4.3.17 unset RPS1 vs RPROMPT Message-ID: <20120629133204.GA39905@redoubt.spodhuis.org> Mail-Followup-To: Mikael Magnusson , zsh-workers@zsh.org References: <20120629094045.GA96213@redoubt.spodhuis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 2012-06-29 at 12:02 +0200, Mikael Magnusson wrote: > On 29/06/2012, Phil Pennock wrote: > > Is it expected that RPROMPT and RPS1 can be decoupled in this way? > > Is there a correct way to clear the prompt, other than *always* having > > to do "unset RPROMPT RPS1" because one or the other may have become > > decoupled? > Does it help if you remove the 'export's in prompt_walters_setup? No. -Phil