From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: hook into window's content flux?
Date: Tue, 04 Apr 2006 16:22:04 -0400 [thread overview]
Message-ID: <87zmj1hz7i.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20060404135012.23333816A@planetmath.cc.vt.edu> (Joe Corneli's message of "Tue, 4 Apr 2006 09:50:12 -0400 (EDT)")
> I'd like to run a function to examine the contexts that are being
> displayed in my Emacs windows, whenever these change. I'm
> particularly interested in content changes related to scrolling; when
> I press next-line or scroll-up, etc., the window's content changes
> even though the buffer is not modified.
- window-scroll-functions (when a window's starting pos changes)
- fontification-functions (when a piece of text needs to be displayed)
- before/after-change-functions (when a piece of text is modified)
- window-start and window-end
- pre/post-command-hook (run before/after each command, so you can detect
cursor motion)
Stefan
next prev parent reply other threads:[~2006-04-04 20:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-04 13:50 hook into window's content flux? Joe Corneli
2006-04-04 18:38 ` Eli Zaretskii
2006-04-04 20:22 ` Stefan Monnier [this message]
[not found] <20060403194339.E5966816A@planetmath.cc.vt.edu>
2006-04-05 1:12 ` Joe Corneli
2006-04-05 3:37 ` Eli Zaretskii
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zmj1hz7i.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).