From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22140 invoked by alias); 30 Oct 2013 18:01:21 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18077 Received: (qmail 25610 invoked from network); 30 Oct 2013 18:01:17 -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.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=B8vvfL6g0FSXBjJWU+Af2T/8dGnmg0FlhB6y49W09Xo=; b=Q2kPvQCibK6MyrrdqssTM3bdaEHzO0FvlNYj64c3qn0RN5o8a5vHMgXjAdyZN5uV9f MAJ4hDIDegKgV3kWjl2KyG9ai5/Fs+jskTK87oVVaCUUa25V2rDR0dxV6Qd0esbNfo+V 2bYvJ7VxT8I2E7ElV9/c+03+YBEpfTSWbDOdwcVECof6yp6IEr3QyIRnQTMteXCBwde1 hBNnvr8JQMGgl+d9yjVzFr+k15YEtQjT8RxnO3B0fcmVAesKXbFn7H8pj8VQreaBT7nH yg+9YYFdO+CuDZGCPuCtngPop3UXCpamfDuTzE9kwID5qiX6AKzCT+HEMjvsDa3hm0Xa +AXg== X-Gm-Message-State: ALoCoQkLamjaH4dG8wPXU8ujc31ANUB6290tGW1izKjqu8/rVHcvt7CAKS8R7MsMZ+6RGjSzc7UK MIME-Version: 1.0 X-Received: by 10.50.111.16 with SMTP id ie16mr3375108igb.52.1383156074362; Wed, 30 Oct 2013 11:01:14 -0700 (PDT) In-Reply-To: <131029231921.ZM7202@torch.brasslantern.com> References: <131023064759.ZM9762@torch.brasslantern.com> <131025102311.ZM9171@torch.brasslantern.com> <131029231921.ZM7202@torch.brasslantern.com> Date: Wed, 30 Oct 2013 13:01:14 -0500 Message-ID: Subject: Re: Duplicating TRANSIENT_RPROMPT for left PROPMT? From: Jesse Hathaway To: Bart Schaefer Cc: ZSH Users Mailing List , Jesse Hathaway Content-Type: multipart/alternative; boundary=089e01536bde7b517004e9f91efc --089e01536bde7b517004e9f91efc Content-Type: text/plain; charset=ISO-8859-1 On Wed, Oct 30, 2013 at 1:19 AM, Bart Schaefer wrote: > Are you sure you got this part? > > zle -N zle-line-init zle-keymap-select > Yes I put your snippet as the entirety of my zsh config. You need to have both the zle-line-init and zle-keymap-select widgets > run the POSTDISPLAY assignment. The easiest way if you don't already > have zle-line-init doing something else is to just bind them both to > the same function. > > Perhaps something else that you're loading is clobbering this setup? > In which case you'll have to figure out a way to merge this into the > other use of zle-line-init that's being loaded later. > I tried removing everything in /etc/zsh, but the behavior persists. > Are you missing the POSTDISPLAY only on shell startup, or every time > the first prompt is printed for a new command after the previous one > finishes? > The latter, both on startup and then on every new command. Do you have any suggestions on how I could debug this problem further? Thanks for all the help, Jesse --089e01536bde7b517004e9f91efc--