From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20696 invoked by alias); 6 Mar 2015 16:06:07 -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: 34666 Received: (qmail 23474 invoked from network); 6 Mar 2015 16:05:55 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1vtfXHoDP0WWCFGqdRuPVUhTld9HfYdJpe9uqq1HZ5s=; b=avbQRNxkFcTaVi/s/ce5RAFGqrbV+8sHYdBfjsBRS5IYBjUsxTc++fDpzIJuF288K/ Q/v2HKY+gXeHYNsa7VR0wGQAdMDMnvvRhHyjcVXWzAjRZlH/yNetUkVIhtcmjbvHBLbs ezRnedvlAe2OQHG244YcrbvFd9GI99J0o4u74+p/Hy3Egx6C1nYdFmgiht2CLMl1Qi4w VpCENeN44PHpgZ2zCdKhkfJ1niNOSLS1xBsW6bShTdUyKlFpzMF1AIT5PGcwFN6ZPa1u hsjzTkl1XTPBxa4Ai3XCM8P3X5GiXMDJoWxcPoEISSmQ2j5pBxDXd8Uy1T1h8fv3h1Aj Zdkw== MIME-Version: 1.0 X-Received: by 10.51.17.7 with SMTP id ga7mr12786191igd.42.1425657950530; Fri, 06 Mar 2015 08:05:50 -0800 (PST) In-Reply-To: <20150306095233.2db3d7f9@pwslap01u.europe.root.pri> References: <20150305095944.5bce20ab@pwslap01u.europe.root.pri> <20150305135830.0e0e5d65@pwslap01u.europe.root.pri> <20150306095233.2db3d7f9@pwslap01u.europe.root.pri> Date: Fri, 6 Mar 2015 17:05:50 +0100 Message-ID: Subject: Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context From: Mikael Magnusson To: Peter Stephenson Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Fri, Mar 6, 2015 at 10:52 AM, Peter Stephenson wrote: > On Thu, 5 Mar 2015 13:58:30 +0000 > Peter Stephenson wrote: >> On Thu, 5 Mar 2015 09:59:44 +0000 >> Peter Stephenson wrote: >> > Having the variable set in special cases is a bit of a headache, I >> > agree, since you don't necessarily know they're there, even if there are >> > ways round. >> > >> > It would be tempting to have a different variable for the vared case >> > such as ZLE_VARED_ABORTED. >> >> This would same to cover all the bases, except for the case where >> someone really wants to use the same variable to deal with vared and the >> shell command line. Mikael's experience suggests that's not the most >> obvious or convenient case. >>... >> +variable tt(ZLE_LINE_ABORTED). If the editor is aborted from within >> +tt(vared), the variable tt(ZLE_VARED_ABORTED) is set. > > There didn't seem to be more comments on this, and the participants > in the discussion are certainly alive and kicking, so I've pushed it. Oh oops, yes, meant to say this change is good with me. -- Mikael Magnusson