all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: JD Smith <jdtsmith@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: buffer-modified-tick and text properties
Date: Sat, 20 Apr 2024 17:09:10 +0300	[thread overview]
Message-ID: <86r0f086t5.fsf@gnu.org> (raw)
In-Reply-To: <DA21C2DB-5317-4A17-868E-9B771D8CE5E4@gmail.com> (message from JD Smith on Sat, 20 Apr 2024 08:47:42 -0400)

> From: JD Smith <jdtsmith@gmail.com>
> Date: Sat, 20 Apr 2024 08:47:42 -0400
> 
> I had hoped to compare a saved and current buffer-modified-tick in a post-command-hook, to tell me whether
> the command that lead to it had modified the buffer text, but this is not a reliable way to do so when text
> properties are being changed as a result of non-edit commands (like motion).

If you want to know only about changes to characters, perhaps
buffer-chars-modified-tick is a better function to use?

Or how about if you explain why the fact that buffer-modified-tick
changes even under with-silent-modifications gets in your way, and
what would you like to do that need that tick to be sensitive to what
with-silent-modifications does?

> Plenty of modes compare the buffer tick against a saved value to infer whether the buffer text has been
> modified since the last update.  That logic will be defeated if other modes make text property changes.  Is
> there a way to inhibit changes in the buffer-tick when you are just changing simple text properties?

You cannot do that without breaking redisplay, because the display
engine uses the tick value to know when it might need to redisplay
portions of a window.  But I'm still uncertain why this presents a
problem, given that we have buffer-chars-modified-tick.  What am I
missing?



  reply	other threads:[~2024-04-20 14:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-20 12:47 buffer-modified-tick and text properties JD Smith
2024-04-20 14:09 ` Eli Zaretskii [this message]
2024-04-20 15:11   ` JD Smith
2024-04-20 16:10     ` 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

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

  git send-email \
    --in-reply-to=86r0f086t5.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jdtsmith@gmail.com \
    /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.