all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: AUTO_COMPOSED_PROP_IDX unused?
Date: Sat, 28 Nov 2009 18:30:25 +0200	[thread overview]
Message-ID: <83hbsemx26.fsf@gnu.org> (raw)

In dispextern.h we have:

    enum prop_idx
    {
      AUTO_COMPOSED_PROP_IDX,
      FONTIFIED_PROP_IDX,
      FACE_PROP_IDX,
      INVISIBLE_PROP_IDX,
      DISPLAY_PROP_IDX,
      COMPOSITION_PROP_IDX,

      /* Not a property.  Used to indicate changes in overlays.  */
      OVERLAY_PROP_IDX,

      /* Sentinel.  */
      LAST_PROP_IDX
    };

However, no one seems to use AUTO_COMPOSED_PROP_IDX.  It looks like a
left-over from the previous implementation of automatic compositions,
which used text properties.

OK to delete AUTO_COMPOSED_PROP_IDX from the enumeration?




             reply	other threads:[~2009-11-28 16:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-28 16:30 Eli Zaretskii [this message]
2009-11-28 19:04 ` AUTO_COMPOSED_PROP_IDX unused? Chong Yidong
2009-11-28 19:28   ` Eli Zaretskii
2009-11-30  1:13 ` Kenichi Handa
2009-12-01  4:14   ` Eli Zaretskii
2009-12-01 15:55     ` Chong Yidong
2009-12-01 18:44       ` Eli Zaretskii
2009-12-01 21:47         ` Stefan Monnier
2009-12-04 10:54           ` 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=83hbsemx26.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.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.