Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Add zle-line-pre-redraw hook for highlighting
- X-seq: zsh-workers 37557
- From: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: Add zle-line-pre-redraw hook for highlighting
- Date: Sun, 10 Jan 2016 23:17:34 +0100
- Cc: Mikael Magnusson <mikachu@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=YwobfEGhko0JQkeE7CLYE+zETDZKbtqxxX5WH7jkZy0=; b=cdwTP4PuXPIUi0SLj/AuSDg4hxMK4BGp7R41AlqewV27R3OtuKV66OkIE+15O4SDt7 VZrbsyS8r8VOe7JCPKkJSUeD8iHPS37jXp4zBS8vIa5crrNOOzfOJrHC7REcGZPywdoX esu4iCwVJ9AX20REhse/YwLmIFOFNk8xqOAw2HRiHNSBTOa8Ep8s7LnAXZ1kUpGqCXLW 18APGkx9pUMxhclN4BpORdnhtU9WkKDlnmpjsB6NEaNoT2Tyv4CZtyeO4meGUL0FXwUI FqL2fpDHJJFlamRpk81elmJPhyeAh0VZrHpLZvXoQtkzKlfTdURAaHOGojnRafo43ik9 NpNw==
- In-reply-to: <20151219094913.GF2358@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHYJk3QvRnYxLMb8XsoWB1hU92Qti_fEKt1JgxkyDARrhf1g7g@mail.gmail.com> <1450245754-2760-1-git-send-email-mikachu@gmail.com> <CAH+w=7btpFWXkgHFjHwMFWZcrVu-ap5+=PAkeidze8NJsz+SoA@mail.gmail.com> <20151219094913.GF2358@tarsus.local2>
On 19.12.2015 10:49, Daniel Shahaf wrote:
> Bart Schaefer wrote on Wed, Dec 16, 2015 at 00:05:01 -0800:
>> On Dec 15, 2015 10:27 PM, "Mikael Magnusson" <mikachu@xxxxxxxxx> wrote:
>>> I haven't received any complaints about 36650 from testers, so I'll go ahead
>>> and push this.
>
> Hooray!
>
> This should fix between 2 and 5 z-sy-h issues:
> https://github.com/zsh-users/zsh-syntax-highlighting/issues/245
One remaining issue with this approach is the fact that this new hook is
not triggered when a minibuffer such as isearch is active and BUFFER
changes.
Is it possible to add support for that, too?
I don't know the zle internals very well, and I couldn't figure out the
right spot to place a call to the hook without causing performance
issues due to multiple (useless) calls.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author