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

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

bug#30672: 26.0.91, Font face lost ?


From: Eli Zaretskii
Subject: bug#30672: 26.0.91, Font face lost ?
Date: Wed, 07 Mar 2018 20:08:04 +0200

> From: Fabrice Popineau <fabrice.popineau@gmail.com>
> Date: Wed, 7 Mar 2018 15:22:37 +0100
> Cc: 30672@debbugs.gnu.org
> 
> Characters are inserted this way :
> 
> #(" - apache" 0 1 (face (:family "all-the-icons" :height 2.4) display (raise 
> -0.24) rear-nonsticky t
> font-lock-ignore t))
> 
> with the square being \xe909 .
> 
> The family is taken into account if I do :
> 
> (message #(" - apache" 0 1 (face (:family "all-the-icons" :height 2.4) 
> display (raise -0.24) rear-nonsticky t
> font-lock-ignore t)))
> 
> iie the glyph is displayed in the minibuffer, but not if I do
> 
> (insert #(" - apache" 0 1 (face (:family "all-the-icons" :height 2.4) 
> display (raise -0.24) rear-nonsticky t
> font-lock-ignore t)))
> 
> in the *scratch* buffer.

What if you turn off font-lock-mode in *scratch* -- does this work
then?





reply via email to

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