From: Dmitry Gutov <dmitry@gutov.dev>
To: JD Smith <jdtsmith@gmail.com>, Eli Zaretskii <eliz@gnu.org>
Cc: 65105@debbugs.gnu.org
Subject: bug#65105: Reusing the same string as 'display on consecutive characters evades display
Date: Sun, 6 Aug 2023 01:46:49 +0300 [thread overview]
Message-ID: <fe87a95a-c072-0b8f-d2eb-e66cff62b9de@gutov.dev> (raw)
In-Reply-To: <D27B9DC0-3F1F-4C17-9B02-A46BD2EBDB6C@gmail.com>
On 05/08/2023 23:49, JD Smith wrote:
> Aha, thanks. It does make sense from an optimization standpoint to
> “gang” properties in this manner. Are you aware of any approach that
> allow re-using a string for ‘display, but permits consecutive intervals
> to remain distinct?
Overlays? But they have certain performance problems when their number
grows.
Or you could try resolving this manually: when the previous character is
assigned with the same line, do a copy-sequence, and when it's a
different one, you can use the "singleton" one.
next prev parent reply other threads:[~2023-08-05 22:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-05 18:35 bug#65105: Reusing the same string as 'display on consecutive characters evades display JD Smith
2023-08-05 19:03 ` Eli Zaretskii
2023-08-05 20:49 ` JD Smith
2023-08-05 22:46 ` Dmitry Gutov [this message]
2023-08-05 22:49 ` JD Smith
2023-08-06 4:55 ` Eli Zaretskii
2023-08-06 4:54 ` Eli Zaretskii
2023-08-06 17:48 ` Dmitry Gutov
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=fe87a95a-c072-0b8f-d2eb-e66cff62b9de@gutov.dev \
--to=dmitry@gutov.dev \
--cc=65105@debbugs.gnu.org \
--cc=eliz@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.