Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Behaviour of zle list-choices
- X-seq: zsh-users 21325
- From: Joe M <joe9mail@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Behaviour of zle list-choices
- Date: Sun, 28 Feb 2016 07:40:00 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :content-disposition:in-reply-to; bh=rD/Whx1c1l6f0rBjEgYhyQ9ogKTUy6i+dIiBH6KhTzs=; b=dPaE58AEeURlCoIBM+5cyI2mWxAFMsjAxF18vq2GyI8TbT8Mfvt3OF94njz20EVHRE bDcTNIq0IjXKk1rcaV6rqVq1LtbHYTTCDk/66gnzY9EszK+kBjT453bLELrR+L2QKEYc Il5oF5wVgTgMmOxbF13r+M0z9EFdz+3sacQQ3MxwrskxsSmtb4wCq5jStss87PKRza/l REXkvQFDOFcGceMNHOny2jB1RZ5QaFDk/D2wD2oDOLw7yC6bqebUSGYljb9lZNqMfa9I CR/5CvM98gXgjw31nwSCQQJrn5dSv/ydZK0TI2VSCdmGwY8cRE+pjYWZ4fgLPq0PB6+Q XrWg==
- In-reply-to: <56CFC947.1080507@gmx.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAHjjW16S5=2=qQrRhZUtgFOC5GUW28SnMHcqa=yCDk7Mdap2eA@mail.gmail.com> <56CFC947.1080507@gmx.com>
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:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author