all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Lord <lord@basiscraft.com>
To: help-gnu-emacs@gnu.org
Cc: help-gnu-emacs <help-gnu-emacs-bounces+lord=basiscraft.com@gnu.org>
Subject: Re: are there hooks for text becoming visible or hidden in a given window?
Date: Sat, 26 Feb 2022 13:42:32 -0800	[thread overview]
Message-ID: <a624634560e4f7ebc0cd1be8fe990dc1@basiscraft.com> (raw)
In-Reply-To: <06e7c939da37479902e9a935fbaf487a@basiscraft.com>


Thank you to everyone who replied to this.  I found it
very helpful.

One thing I take away from the discussion is that my fear
that the time-cost of scanning the visible text in
a buffer is probably a "hangover" from first starting
to write Emacs Lisp programs in the late 1980s when
things were generally much slower than today.

I also realized, thinking more about my problem domain,
that perfect synchronization of the various windows is
not essential and its even better in the long run to assume
synchronization can lag noticably as long as its not a huge
lag.

That, plus the various hooks identified that will do at least
part of the job give me lots of options to start by brute-forcing
sync. between commands and/or on a periodic timer and then, if
necessary, use the existing hooks to perhaps speed that up a bit.

Thanks!
-t



On 2022-02-24 14:25, Thomas Lord wrote:
> Dear Emacs Lisp hackers,
> 
> Is there a way to mark a region of text in a buffer, so that when that
> text becomes visible in any window, or when it stops being visible, a
> hook is called and provided the location of the text in the buffer,
> and the window in which its visibility has changed?
> 
> I would like to implement a feature that when certain text changes
> visibility, the contents of separate buffer are automatically changed.
>  For example, if a markdown image link scrolls into view in one
> buffer, the image itself would appear in a second window, but
> disappear from the second window if the link is deleted or scrolled
> outside of the window.
> 
> I couldn't find anything like this and I don't see a clean
> alternative.  Watching scroll events would only cover part of the
> problem and I'm worried about the interactive performance of having to
> frequently search the range of visible text for text with a certain
> property or within a certain overlay.
> 
> Thanks,
> -t



  parent reply	other threads:[~2022-02-26 21:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24 22:25 are there hooks for text becoming visible or hidden in a given window? Thomas Lord
2022-02-25  0:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-02-25  7:07   ` Eli Zaretskii
2022-02-25 20:51     ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-02-25  2:42 ` Michael Heerdegen
2022-02-25  7:04 ` Eli Zaretskii
2022-02-26 21:42 ` Thomas Lord [this message]
2022-02-27  0:19   ` Emanuel Berg via Users list for the GNU Emacs text editor

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=a624634560e4f7ebc0cd1be8fe990dc1@basiscraft.com \
    --to=lord@basiscraft.com \
    --cc=help-gnu-emacs-bounces+lord=basiscraft.com@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /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.