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: Eli Zaretskii
Subject: Re: 23.0.60; Regression: Vertical border face not working
Date: Sun, 02 Mar 2008 23:28:13 +0200

> Date: Mon, 03 Mar 2008 09:17:25 +1300
> From: Len Trigg <address@hidden>
> Cc: address@hidden
> 
> ;; 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.

Yes, this is precisely the change that was made: adding faces to
characters now works differently.




reply via email to

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