From: Fabrice Popineau <fabrice.popineau@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 30672@debbugs.gnu.org
Subject: bug#30672: 26.0.91, Font face lost ?
Date: Wed, 7 Mar 2018 22:11:44 +0100 [thread overview]
Message-ID: <CAFgFV9ME4VTFD5T7OQp=CkEKmD2Rk6sNen4sSFjFY0ofLkYsTg@mail.gmail.com> (raw)
In-Reply-To: <83y3j3pxmj.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1375 bytes --]
2018-03-07 19:08 GMT+01:00 Eli Zaretskii <eliz@gnu.org>:
> > 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?
>
Bingo! Yes, this is working.
Moreover, the anwser is as plain as day now.
The parameter 'font-lock-ignore' is meant to be interpreted not by the
font-lock package
but by the font-lock+ package !
Somehow, all-the-icons is missing this prerequisite.
I probably loaded it accidentaly sometime before, reason while I have seen
the icons.
Thanks for the help. You can close the bug.
Fabrice
[-- Attachment #2: Type: text/html, Size: 2320 bytes --]
prev parent reply other threads:[~2018-03-07 21:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-01 20:40 bug#30672: 26.0.91, Font face lost ? Fabrice Popineau
2018-03-02 8:53 ` Eli Zaretskii
2018-03-02 10:29 ` Fabrice Popineau
2018-03-02 10:59 ` Eli Zaretskii
2018-03-02 11:17 ` Eli Zaretskii
2018-03-07 14:22 ` Fabrice Popineau
2018-03-07 18:08 ` Eli Zaretskii
2018-03-07 21:11 ` Fabrice Popineau [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAFgFV9ME4VTFD5T7OQp=CkEKmD2Rk6sNen4sSFjFY0ofLkYsTg@mail.gmail.com' \
--to=fabrice.popineau@gmail.com \
--cc=30672@debbugs.gnu.org \
--cc=eliz@gnu.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 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).