unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Len Trigg <lenbok@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.60; Regression: Vertical border face not working
Date: Mon, 03 Mar 2008 09:17:25 +1300	[thread overview]
Message-ID: <hbfxv83mp6.wl%len@netvalue.net.nz> (raw)
In-Reply-To: <ufxvakcfc.fsf@gnu.org>

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	other threads:[~2008-03-02 20:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-01  2:44 23.0.60; Regression: Vertical border face not working Len Trigg
2008-03-01  9:42 ` Eli Zaretskii
2008-03-02 20:17   ` Len Trigg [this message]
2008-03-02 21:28     ` Eli Zaretskii
2008-03-02 23:25       ` Kim F. Storm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=hbfxv83mp6.wl%len@netvalue.net.nz \
    --to=lenbok@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).