[EMAIL PROTECTED] (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



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to