From: "Garreau\, Alexandre" <galex-713@galex-713.eu>
To: Emacs Development <emacs-devel@gnu.org>
Subject: Questions about text properties
Date: Sun, 21 Oct 2018 05:21:40 +0200 [thread overview]
Message-ID: <87pnw46l2z.fsf@portable.galex-713.eu> (raw)
I was reading the text properties and overlays manual part and I’ve some
questions about them:
– why is everything using plists rather than alist? if I’m right plists
are just like alist but more conveniently displayed as sexps (hence
used for keyword arguments) and not overridable by appending: however
having a lot of common text properties between part of text makes me
wonder if sharing properties in memory wouldn’t have been relevant, it
also would have made inheritance easier;
– how about adding stuff to a *value* of property, be it a list, or
anything that could inherit, such as an alist, a keymap, etc.? it
seems there are no functions for that;
— why does stuff everywhere (e.g. org-mode) appears to just bind RET,
C-c C-c, mouse events, etc. to contextual do-everything functions,
rather than only bind these on fontified parts of buffer, so not to
have such meaningless hard to debug, read, and understand functions;
– why are properties rear-sticky by default rather than the opposite?
why are stickiness properties biased toward this choice? that seems to
reflect high confidence toward a such default;
– why is there only a mouse-face property, rather than a hover, click,
pressed, active, focus, etc. (like in html/css) that would help
distinguishing point, mouse, region, etc.? that feels rather limited;
– why can it only affects face rather than other properties so that to
extend its behavior?
– sometimes most text properties can take a hook (that will be called
lazily to compute a valid value), sometimes not (like for a display
prop space);
— is the recenter thing about overlays related to the fact buffers are
implemented with a buffer gap, or is it just something similar to
fasten stuff?
next reply other threads:[~2018-10-21 3:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-21 3:21 Garreau, Alexandre [this message]
2018-10-21 3:55 ` Questions about text properties Daniele Nicolodi
2018-10-21 14:39 ` Stefan Monnier
2018-10-21 12:17 ` Eli Zaretskii
2018-10-21 13:35 ` Garreau, Alexandre
2018-10-21 15:27 ` 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=87pnw46l2z.fsf@portable.galex-713.eu \
--to=galex-713@galex-713.eu \
--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).