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: Kim F. Storm
Subject: Re: 23.0.60; Regression: Vertical border face not working
Date: Mon, 03 Mar 2008 00:25:06 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

>> 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.

This should work:

;; TTY-emacs: Use mode line face for vertical border
(set-display-table-slot standard-display-table
                        'vertical-border
                        (make-glyph-code ?| 'mode-line))


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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