From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16401 invoked by alias); 26 Feb 2016 11:22:45 -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: 21318 Received: (qmail 27275 invoked from network); 26 Feb 2016 11:22:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Originating-IP: [82.20.18.64] X-Spam: 0 X-Authority: v=2.1 cv=UKUgZ3ry c=1 sm=1 tr=0 a=tQ56d2wE10i0ATcm3CvKvA==:117 a=tQ56d2wE10i0ATcm3CvKvA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=pGLkceISAAAA:8 a=pqwvJCVm3PhkmtTZlj4A:9 a=7Zwj6sZBwVKJAoWSPKxL6X1jA+E=:19 a=CjuIK1q_8ugA:10 Date: Fri, 26 Feb 2016 11:17:10 +0000 From: Peter Stephenson To: zsh-users@zsh.org Subject: Re: Behaviour of zle list-choices Message-ID: <20160226111710.42e69a2c@ntlworld.com> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 25 Feb 2016 20:44:19 -0600 Joe M wrote: > In an earlier release of zsh, when list-choices is active and I press > "Ctrl-C", the current line gets killed and I get a new prompt. > > Now (zsh 5.2), When I press "Ctrl-C", I get the message: "TRAPINT:1: > not an identifier". There was a bug here that's been fixed, where Ctrl-C didn't abort in the way you expected. It affected menu selection --- zsh-workers/37643, commit 1d8b528522. I don't have time now to check if it's the same one affecting listing, I'm afraid, though it's obviously very similar. I hope that fixes this version of the problem, though I don't remember this particular symptom. pws