all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleh Krehel <ohwoeowho@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: [elpa] master a94ca83 01/18: swiper.el: Add a work-around for window-start not being current
Date: Mon, 20 Apr 2015 17:19:50 +0200	[thread overview]
Message-ID: <87383uesix.fsf@gmail.com> (raw)
In-Reply-To: <jwvr3reet83.fsf-monnier+emacsdiffs@gnu.org> (Stefan Monnier's message of "Mon, 20 Apr 2015 11:08:57 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>     An alternative would be to use `redisplay' to update `window-start' and
>>     `window-end', but that causes excessive blinking.
>
> Yes, this sucks.  Currently, I think the best mechanism in Emacs to
> perform such highlighting is fontification-functions, but that is used
> by jit-lock.  So you could use jit-lock-register, but it would cause
> re-font-locking the (visible part of) the buffer, which also sucks.
>
> jit-lock should ideally be extended to better deal with "multiple
> clients" so that it is able to understand that some parts of the buffer
> have already been handled by some clients (currently, it's all or
> nothing: either jit-lock thinks that a part of the buffer has been
> handled by all clients, or it thinks that it's been handled by none).

It's not a big deal for swiper: in this case, just double the window
height gets overlays, instead of single window height.
The advantage is that I don't have to deal with callbacks and sequencing.

Oleh




  reply	other threads:[~2015-04-20 15:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150420123900.21320.5807@vcs.savannah.gnu.org>
     [not found] ` <E1YkAyd-0005aA-JJ@vcs.savannah.gnu.org>
2015-04-20 15:02   ` [elpa] master 9f21e1d 06/18: Add a matching optimization Stefan Monnier
2015-04-20 15:08     ` Oleh Krehel
2015-04-20 17:29       ` Artur Malabarba
2015-04-20 17:29         ` Oleh Krehel
     [not found] ` <E1YkAyb-0005Z5-GL@vcs.savannah.gnu.org>
2015-04-20 15:08   ` [elpa] master a94ca83 01/18: swiper.el: Add a work-around for window-start not being current Stefan Monnier
2015-04-20 15:19     ` Oleh Krehel [this message]
2015-04-20 19:46       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87383uesix.fsf@gmail.com \
    --to=ohwoeowho@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.