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

Re: zle reset-prompt



On Fri, 30 Jul 2010 16:08:28 +0200
Simon Friedberger <simon+zsh@xxxxxxxxxx> wrote:
> OK, so I tried a couple of possible calls with ESC x and the functions
> in my prompt config.
> It seems that zle-keymap-select might be the perpetrator.
> Does that make any more sense?

Not so far as I can see... I've run "bindkey -v", defined

zle-keymap-select() { print Status $?; } 
zle -N zle-keymap-select

the run "false", and when I hit ESC and i in turn I get "Status 1"
repeatedly.  If I've understood your problem, you're saying this would
give "Status 0" at some point.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author