From: Stefan Monnier Date: Mon, 24 May 2010 20:48:46 +0000 (-0400) Subject: Mention multi-planes text-properties X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~205^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7eca871a82d582b986c638343f74d16b819a0f14;p=emacs.git Mention multi-planes text-properties --- diff --git a/etc/TODO b/etc/TODO index 00fbc625f77..78ef0213b93 100644 --- a/etc/TODO +++ b/etc/TODO @@ -181,7 +181,14 @@ dired buffers and DTRT WRT `auto-revert-mode'. http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html * Important features: - +** Extended text-properties (to make overlays "obsolete") +*** Several text-property planes +This would get us rid of font-lock-face property (and I'd be happy to +get rid of char-property-alias-alist as well) since font-lock would +simply use the `face' property in the `font-lock' plane. +Each property would come with an Elisp merge-function. The merge +would be performed in add-text-properties. +*** zero-width text-properties. ** Having tabs above a window to switch buffers in it. ** "Perspectives" are named persistent window configurations. We have