bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11756: 24.1.50; mode-line string and properties


From: Drew Adams
Subject: bug#11756: 24.1.50; mode-line string and properties
Date: Thu, 21 Jun 2012 07:01:33 -0700

> > to see with a short recipe that there is something wrong, 
> > try this in emacs -Q:
> >
> >   (setq A-red_B-C
> >         '(:eval (concat "A" (propertize "B" 'face 
> >                              'font-lock-warning-face) "C"))
> 
> The property merging done by display_mode_element is very 
> simple-minded.  Only the properties on the first character
> are used, and it is assumed that they are placed over the
> whole string.

So I guess that's what needs to be fixed then.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]