Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Behaviour of zle list-choices



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