emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; Regression: Vertical border face not working


From: Len Trigg
Subject: Re: 23.0.60; Regression: Vertical border face not working
Date: Mon, 03 Mar 2008 09:17:25 +1300
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Eli Zaretskii wrote:
> Can you show us your definition of that face?  A change in the face
> handling was recently committed to CVS, and I suspect you either
> define a face in a way that is no longer valid, or maybe your face
> exposes a bug in that change.

Hmmm, looks to be my bad.  I found this in my .emacs, given to me by
emacs-dev people from back when the vertical border face was initially
implemented...

;; TTY-emacs: Use mode line face for vertical border
(set-display-table-slot standard-display-table
                        'vertical-border
                        (let* ((face 'mode-line)
                               (face-offset (lsh (face-id face) 19)))
                          (+ face-offset ?|)))


I commented this out, and now the vertical border displays correctly.


Cheers,
Len.




reply via email to

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