From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14276 invoked by alias); 10 Mar 2013 22:44:19 -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: 31143 Received: (qmail 16576 invoked from network); 10 Mar 2013 22:44:18 -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=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.175 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=PxuXROki2ChAKuppbf6I1cnSmWGMuBy8WNyIFJObec8=; b=z8oHajbBTTbSZHtO1oOMxpex7cQCEOXi/gu1C7QH8MlfsA5RnW9p7qlgK4aZJqHW9v 7AvegFDB+9PHM0YSnVaPe9jETqrdlPTXNGgP+rmfMqSAEOZNNO4YLgCRHdaP6GLUapd4 nDxwnjsUl8lLhkRxLoFWzqNsJFyyj3blz5Cibtr5Dn/o72ei27iai2V4FrFwbwWomUvJ OY60eeSa+A0pQlxxpWVruBsfnDfZeIT8hDY1umL3lrJAfOYO1fd8abGTQfDmHCrxQ4I4 2XY31ikPfALmKKLmApY6xQcb/ALkY2epykiMhjV6ke2tuj5FobxOBEDvPofHtDl9QWPk H9lQ== MIME-Version: 1.0 X-Received: by 10.58.12.69 with SMTP id w5mr4108586veb.16.1362955452002; Sun, 10 Mar 2013 15:44:12 -0700 (PDT) Sender: 4wayned@gmail.com In-Reply-To: References: Date: Sun, 10 Mar 2013 15:44:11 -0700 X-Google-Sender-Auth: 57imAfro7juUzyNXGw6nADk4CKE Message-ID: Subject: Re: Old zsh change From: Wayne Davison To: Jeremy Shoup Cc: Zsh list Content-Type: multipart/alternative; boundary=047d7b2e4ab48fb92104d799cb84 --047d7b2e4ab48fb92104d799cb84 Content-Type: text/plain; charset=UTF-8 On Tue, Mar 5, 2013 at 9:24 AM, Jeremy Shoup wrote: > I've recently upgraded my zsh from 4.2.0 to 4.3.10 (by upgrading > some systems from Redhat ES 4 to 6). I've noticed a behaviour change that > I think is related to a very old change to zsh, change 20900 > (2005-03-03) according to the ChangeLog. It sounds like you may be referring to the PROMPT_SP option, which the FAQ entry for question 3.23 intros as follows: [Prompt overwriting of output] is normally limited to zsh versions prior to 4.3.0 due to the advent of the PROMPT_SP option (which is enabled by default, and eliminates this problem for most terminals). If you don't like the way prompt_sp works, that FAQ entry also details a work-alike function that can be run from precmd, which you could customize and use instead. ..wayne.. --047d7b2e4ab48fb92104d799cb84--