From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5323 invoked by alias); 14 Jan 2016 15:28:03 -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: 37624 Received: (qmail 8783 invoked from network); 14 Jan 2016 15:28:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_PCNT autolearn=no autolearn_force=no version=3.4.0 Date: Thu, 14 Jan 2016 15:56:31 +0100 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: zle-line-finish behavior and documentation Message-ID: <20160114145631.GB12351@cventin.lip.ens-lyon.fr> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: https://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.24-6551-vl-r83103 (2016-01-05) The zsh man pages say: zle-line-finish This is similar to zle-line-init but is executed every time the line editor has finished reading a line of input. but this is not very clear. If the command line is aborted with Ctrl-C, zle-line-finish is not executed. According to past discussions, it seems to be the expected behavior, but the documentation is not clear on what "has finished reading a line of input" means exactly. BTW, is there something similar executed when the command line is aborted? -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)