zsh-users
 help / color / mirror / code / Atom feed
From: Joe M <joe9mail@gmail.com>
To: zsh-users@zsh.org
Subject: Re: Behaviour of zle list-choices
Date: Sun, 28 Feb 2016 07:40:00 -0600	[thread overview]
Message-ID: <20160228134000.GA2953@master> (raw)
In-Reply-To: <56CFC947.1080507@gmx.com>

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

Hello Eric,

> > 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".
>
> what does ''type -f TRAPINT'' display?

type -a -f TRAPINT
TRAPINT () {
        ft_zle_state[minibuffer]=no
        ft-psvx-default
        zle reset-prompt 2> /dev/null
        return 127
}

Does that help?

Thanks for checking this out,
Joe

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-02-28 13:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-26  2:44 Joe M
2016-02-26  3:40 ` Eric Cook
2016-02-28 13:40   ` Joe M [this message]
2016-02-28 13:56     ` Joe M
2016-02-26  3:54 ` Joe M
2016-02-26 11:17 ` Peter Stephenson
2016-02-26 18:39   ` Bart Schaefer
2016-02-27 23:09     ` Joe M
2016-02-28  6:47       ` Bart Schaefer
2016-02-28 13:59         ` Joe M

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160228134000.GA2953@master \
    --to=joe9mail@gmail.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).