From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6243 invoked by alias); 19 Dec 2013 08:05:02 -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: 32159 Received: (qmail 8846 invoked from network); 19 Dec 2013 08:04:56 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131219000457.ZM4656@torch.brasslantern.com> Date: Thu, 19 Dec 2013 00:04:57 -0800 In-reply-to: <131218233325.ZM4046@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: Simulating ZLE_RPROMPT_INDENT=0" (Dec 18, 11:33pm) References: <131217224337.ZM20989@torch.brasslantern.com> <20131218092738.0dbc94a1@pwslap01u.europe.root.pri> <131218092611.ZM22367@torch.brasslantern.com> <20131218173853.54435025@pwslap01u.europe.root.pri> <131218104353.ZM23017@torch.brasslantern.com> <20131218193711.68390493@pws-pc.ntlworld.com> <131218233325.ZM4046@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Simulating ZLE_RPROMPT_INDENT=0 MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 18, 11:33pm, Bart Schaefer wrote: } } Anwway, there are probably other places in the code that could benefit } from knowing about YE/sam, so I've captured it in another global that } goes with hasam and hasxn. I also included code that makes use of } that to initialize rprompt_indent, but wrapped it in "#if 0" so as } not to change that behavior until after 5.0.4, because I'm sure it's } going to need some field testing. The code is actually simpler that way because we can fall back on the default import-from-the-environment in createparamtable() rather than having to do a special case in setupvals().