From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Regression: Vertical border face not working Date: Sat, 01 Mar 2008 11:42:47 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1204364607 3873 80.91.229.12 (1 Mar 2008 09:43:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2008 09:43:27 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Len Trigg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 01 10:43:53 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JVOFx-0000YN-QT for ged-emacs-devel@m.gmane.org; Sat, 01 Mar 2008 10:43:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVOFP-00019J-Sg for ged-emacs-devel@m.gmane.org; Sat, 01 Mar 2008 04:43:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVOFH-00013Y-6U for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:43:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVOFD-0000yZ-LJ for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:43:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVOFD-0000yE-E4 for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:43:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVOFC-0007tX-Nh for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:43:03 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JVOFA-0008VM-Lu for emacs-pretest-bug@gnu.org; Sat, 01 Mar 2008 04:43:01 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JVOF5-0007s8-S3 for emacs-pretest-bug@gnu.org; Sat, 01 Mar 2008 04:42:58 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVOF5-0007qn-5W for emacs-pretest-bug@gnu.org; Sat, 01 Mar 2008 04:42:55 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-228-118.inter.net.il [84.229.228.118]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FDI16158 (AUTH halo1); Sat, 1 Mar 2008 11:42:47 +0200 (IST) In-reply-to: (message from Len Trigg on Sat, 01 Mar 2008 15:44:00 +1300) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90967 gmane.emacs.pretest.bugs:21364 Archived-At: > Date: Sat, 01 Mar 2008 15:44:00 +1300 > From: Len Trigg > Cc: > > > I built emacs from CVS (updated today March 1st), and my vertical > border face is no longer working (I am using emacs in a tty). The > vertical border face shows as underline, instead of my custom defined > face. My previous emacs CVS build (from approximately a couple of > weeks ago) was fine. 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. Thanks.