Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: predict-on: suppress long listings
- X-seq: zsh-workers 8506
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: predict-on: suppress long listings
- Date: Wed, 3 Nov 1999 09:11:17 +0100 (MET)
- In-reply-to: "Bart Schaefer"'s message of Tue, 2 Nov 1999 19:05:19 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> On Oct 28, 10:03am, Sven Wischnowsky wrote:
> } Subject: Re: PATCH: predict-on: suppress long listings
> }
> }
> } Bart Schaefer wrote:
> }
> } > Ah, yes. It also does odd things with certain characters, like if you
> } > type $! you end up with $\! with the cursor on the backslash. Probably
> } > it should search rightwards until it finds the character you typed and
> } > stay there, going back again if it doesn't find that character.
> }
> } That's what `compconf predict_cursor=key' tries to achieve.
>
> Yeah, but it searches rightwards from the end rather than leftwards from
> the current cursor position. Most of the time that's OK, I guess.
I hope it is actually better... I first did it from the left and then
tried something like `zl/zle_tr..' (I had a `zle_tricky.c.orig' at
that time). When searching from the left this put the cursor after the
`.' before the `c', not on the one the dot typed really corresponded to.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author