Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version:content-type;
        bh=BR4CWr64tmR2oSdqfoQsU4onaqPEe/tz41MqHyAHIMU=;
        b=WWG0Ei4khcHesVENsK/YN+sUtmslyxrDICakVfRhS+T/nj2wInaGBZ5WCAp0s9hSiE
         mk43aDT0+LcR4wufdeuhfCTcjpe++n4/BQCdKLqAj/SQlaE0os+GBfiPs76hQKifjD5H
         YteJS3MDpmjS5ogl0hvkv+Frjb9wLpcA2L+lIrtlkJbbjUOnboUQDf8phxffBI1TBKEJ
         hMaNrl9cPSrUQqew5I7h6jl+n8GWE6zMPv4xI/sY4/7dHu9uruHJIHbv3K5u8R5SYkMS
         778rrrxV3T1VaSYsu/yPA2jsUmbaS5C45zicVz1NMUeR06Xl1IaEGndS3cnPT1Nu56x/
         OmYQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version:content-type;
        bh=BR4CWr64tmR2oSdqfoQsU4onaqPEe/tz41MqHyAHIMU=;
        b=bhzjFasZjdMR7lDqr/mAAqiGjtQZezgUYIilI4lwfGr3YJ0z3zmAvIjr/PqvXvDmFN
         GoNVJIEhoWNsCjJePwgjNyWeEm105BFYogH4rOfyoBLEUCn9//1IOqdvjk5CVwm4j2B9
         fMYiXq1H4uw5wJ3EMRnDmggk+XaII+SuEgWG9vO1JQTzYJ1cwM9zvUcCfS1eNobDt77I
         G1YD84q+dftQX/Ui//GV2yBp2iTc518Vhz45QdJ2aCdqPd5tm1ZDfhoImGxI0sDTBo8f
         EEZZrWiRu2KN4L02yW+3qnrxf71SINfSZfx8HvOLQk4phMmRrMNinhMdu8wFANaHUq9e
         CPaQ==
X-Gm-Message-State: ALoCoQlMpA+dhpnzva0OTyN5CtOYqxGdobxiWiwA4STSsjm8GYC+loLaSwwLOUWySSwkfEgqUmx7lndU/ETwj+vIXRD4W8VVcg==
X-Received: by 10.66.161.70 with SMTP id xq6mr11163390pab.73.1452824556273;
        Thu, 14 Jan 2016 18:22:36 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160114182256.ZM18156@torch.brasslantern.com>
Date: Thu, 14 Jan 2016 18:22:56 -0800
In-Reply-To: <20160114145631.GB12351@cventin.lip.ens-lyon.fr>
Comments: In reply to Vincent Lefevre <vincent@vinc17.net>
        "zle-line-finish behavior and documentation" (Jan 14,  3:56pm)
References: <20160114145631.GB12351@cventin.lip.ens-lyon.fr>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: zle-line-finish behavior and documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 37628

On Jan 14,  3:56pm, Vincent Lefevre wrote:
}
} BTW, is there something similar executed when the command line is
} aborted?

There's not.  All you can do is test [[ -n $ZLE_LINE_ABORTED ]] when
you get back to zle-line-init.

