Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] complist interactive mode overwrites command line
- X-seq: zsh-workers 52661
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Samy Dulor <samy.dulor@xxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: [BUG] complist interactive mode overwrites command line
- Date: Sun, 3 Mar 2024 22:33:33 -0800
- Archived-at: <https://zsh.org/workers/52661>
- In-reply-to: <CAH+w=7YF818QHb2FvorYbs+=83mW3V5pNKy0JYTLh9E5du3qvA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDtHWh46ViP3LCd82E6YWujBKZTx-qLt18+QPqWwFe34jA@mail.gmail.com> <90469bbe-acdf-6dad-baaa-fbf3d1e7ed6c@orange.fr> <CAH+w=7YF818QHb2FvorYbs+=83mW3V5pNKy0JYTLh9E5du3qvA@mail.gmail.com>
On Sun, Mar 3, 2024 at 6:05 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> I think I have an acceptable solution to this issue
It gets closer than any previous attempts, I think.
> The real test is whether it handles this ...
> >> Anything that resets the
> >> appearance of the line -- such as hitting TAB again after accept-line
% ls Src/utom4te.cache config S
Scripts/ Src/ StartupFiles/
This occurred after using right-arrow to select Src from the menu.
% ls <TAB>
Then use interactive completion to fill in
% ls autom4te.cache config
Then add S and press TAB:
% ls autom4te.cache config S<TAB>
Then right arrow from Script to Src and end up with the mess above.
Settings:
bindkey ^I menu-select
MENUMODE=interactive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author