Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Behaviour of zle list-choices
- X-seq: zsh-users 21326
- From: Joe M <joe9mail@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Behaviour of zle list-choices
- Date: Sun, 28 Feb 2016 07:56:53 -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=34h0+61ejB9UpQik10kBD1IaTQwMjIEKe2s1v78SlD0=; b=VRWB2IKnCmoexN5zf6PDx7JT/KK0YR1i3utupIgYlrMTxl6+I+H9+Nj8mGNy4h3U2E mXnu44x2Iw1rkQ9OjHykku/5ddqkbu1/FLRUo1i3XD1mp4s28/APWIE8WoGrGwJnEWf7 LxZk3NyrPtXw/FTk6PM8keQGTBXQDFMBGgziz5PEt5NtPwVglnncBGrghHIUeTlRIZ3P 5vVbgakCR6XK2bsNJ0gGd3aMgnTzLgh0DmnKLqH0SHpYyzRj2E6rsKcSMgOvcgMNxcxt tcb/6pwsH4PisgW1FnZGRTrArSLLIscensEQk99g+vr3BG+32EtoWvbXlWK1GFF4ilFf bquQ==
- In-reply-to: <20160228134000.GA2953@master>
- 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> <20160228134000.GA2953@master>
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
> }
Thanks for your suggestion. Removing the above TRAPINT fixed the
issue that I am noticing.
Thanks a lot,
Joe
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author