Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Menu selection
- X-seq: zsh-workers 17421
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: Menu selection
- Date: Thu, 4 Jul 2002 10:56:42 -0700 (PDT)
- In-reply-to: <15652.5381.195915.598532@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
It's more robust, but still seeing some problems. He is the use case.
I was able to get my shell to crash, but not with this use case.
The use case does scream BUG, so hopefully that will help track the problem.
-FR
host% autoload -U compinit; compinit -D
host% zmodload zsh/complist
host% bindkey "^Bm" menu-select
host% bindkey "^Bi" vi-insert
host% mkdir bug ; cd bug
host% touch a a-b.c a-c.d a.b.c b ba bb c
host% more <^Bm><^Bi>a.
interactive: a.b.c[]
BUG: listmatches called with bogus list
--- Sven Wischnowsky <wischnow@xxxxxxxxx> wrote:
>
> Hi
>
> Felix mailed me again to say that he still got a crash. I couldn't
> reproduce it anymore, but hope the patch below finally fixes it.
> Felix, does it?
>
> The patch also fixes problems in the command line display when using
> interactive mode, e.g. after ${<TAB>.
>
>
> Bye
> Sven
__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author