[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18094: 24.4.50; emacs_backtrace.txt
From: |
Eli Zaretskii |
Subject: |
bug#18094: 24.4.50; emacs_backtrace.txt |
Date: |
Fri, 25 Jul 2014 17:41:06 +0300 |
> Date: Fri, 25 Jul 2014 07:32:11 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 18094@debbugs.gnu.org
>
> > This makes no sense to me. The crash is here:
> > base_face = FACE_FROM_ID (f, base_face_id);
> > eassert (base_face); <<<<<<<<<<<<<<<<<<<<<<<<<<
> >
> > The argument base_face_id comes from the current mode line face, which
> > must be a valid face. What in the world are you doing with your mode
> > line format??
>
> I use these faces on parts of the mode line:
This is not relevant to the issue at hand. The assertion violation
you've hit means that the base face of the mode line (known as
'mode-line') is somehow invalid. Any additional faces you add to the
strings displayed on the mode line are irrelevant.
Do you have any face remappings for the mode-line face itself? If so,
please show them, and please explain when and how are these remappings
changed.