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

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

Re: xassert in get_glyph_face_and_encoding


From: Johan Bockgård
Subject: Re: xassert in get_glyph_face_and_encoding
Date: Tue, 08 Mar 2005 00:27:06 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (usg-unix-v)

address@hidden (Kim F. Storm) writes:

> Indications: Face cache seems to have been cleared, but redisplay
> uses an invalidated face_id with FACE_FROM_ID which then returns a
> NULL pointer. Said to happen with isearch faces.
>
>
> Do you have a way to reproduce this?

This one?

- Run `emacs -Q -nw'

- Evaluate 

   (set-display-table-slot
    standard-display-table
    'vertical-border
    (let* ((face 'isearch)
           (face-offset (lsh (face-id face) 19)))
      (+ face-offset ?\|)))

- Hit `C-x 3'.

-- 
Johan Bockgård





reply via email to

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