Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: isearch match highlighting
- X-seq: zsh-workers 24884
- From: "Matt Wozniski" <godlygeek@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: isearch match highlighting
- Date: Sat, 26 Apr 2008 20:27:22 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=twf75Prrcp1bKfpKUuknC0bUerDQRPi6gJDfv/TUNnA=; b=rB+/joageRBad5eh72fdDcO0TayC+U6Aja9tdBj2h93C2lMgYxU2SyjaGvp4mJlcBOxNqEQqxU4vSPAE91hpMUQLarprBUneswGSpctoJdIid4rB9JuPnQH6JChT6GFeVSxtxEecVKWSq42BjLbIhwS9srzMW6i0UZbWh+x4xys=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ecX11ycT5sXvXq8Qu9/VZfk7IKI1h9mN2LM+RcZSqabBKr+C/VogOx+DPauCcFsi1sBMsxcTLUrpDwt+jBA8+vTwlpH7JssbjvdfGmjmeowyrm8njVyHg/jBTn5dGftFKXCUuSoAK9FJjO4RRXIVWjot0aNMXAPWDSUpJtJjadA=
- In-reply-to: <4827.1209250119@pws-pc>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <4827.1209250119@pws-pc>
On Sat, Apr 26, 2008 at 6:48 PM, Peter Stephenson wrote:
> This one is worth posting.
>
> With pattern matching in isearch, it's now quite useful to have the
> matched string highlighted. I've made the default underlining rather
> than standout because of the annoyance that standout on a cursor that's
> shown in inverse video flips it to normal video, then when you've just
> matched one character there's nothing at all on the line. This seems to
> be common behaviour.
>
> You could argue that if highlighting is done this way it would make more
> sense for the cursor position to be where the user is typing, but I
> it's non-trivial to change, hard to be sure the highlighting selected is
> going to work, incompatible with usage when there's no highlighting, and
> I don't feel like monkeying with it anyway.
>
> I can't help feeling I must have screwed up this one somehow.
Is this working for others? It doesn't seem to work at all for me.
zsh -f
bindkey -e
^Rb
and the shell goes into a tight loop, using 100% of one of my cores,
and won't die to anything less than a kill -9. Anybody else see this?
It's a fresh checkout, built with './configure --enable-multibyte
--with-term-lib=ncurses'
~Matt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author