unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* AUTO_COMPOSED_PROP_IDX unused?
@ 2009-11-28 16:30 Eli Zaretskii
  2009-11-28 19:04 ` Chong Yidong
  2009-11-30  1:13 ` Kenichi Handa
  0 siblings, 2 replies; 9+ messages in thread
From: Eli Zaretskii @ 2009-11-28 16:30 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: emacs-devel

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?




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-12-04 10:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-28 16:30 AUTO_COMPOSED_PROP_IDX unused? Eli Zaretskii
2009-11-28 19:04 ` 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

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).