Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zle reset-prompt
- X-seq: zsh-users 15215
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Simon Friedberger <simon+zsh@xxxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: zle reset-prompt
- Date: Sat, 31 Jul 2010 18:47:04 +0100
- In-reply-to: <20100730140827.GC4728@xxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20100728201536.GA1146@xxxxxxxxxx> <20100729100452.53f1cc15@xxxxxxx> <20100730135510.GB4728@xxxxxxxxxx> <20100730140827.GC4728@xxxxxxxxxx>
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