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: Sun, 02 Mar 2008 23:28:13 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1204493319 29875 80.91.229.12 (2 Mar 2008 21:28:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2008 21:28:39 +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 Sun Mar 02 22:29:05 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 1JVvjw-0008Oo-P5 for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 22:29:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVvjP-0006AZ-LM for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 16:28:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVvjK-0006AR-Rm for emacs-devel@gnu.org; Sun, 02 Mar 2008 16:28:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVvjI-0006AF-EV for emacs-devel@gnu.org; Sun, 02 Mar 2008 16:28:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVvjI-0006AC-7z for emacs-devel@gnu.org; Sun, 02 Mar 2008 16:28:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVvjI-0003Ul-3R for emacs-devel@gnu.org; Sun, 02 Mar 2008 16:28:20 -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 1JVvjH-0003FC-Pn for emacs-pretest-bug@gnu.org; Sun, 02 Mar 2008 16:28:19 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JVvjE-0003Tc-PB for emacs-pretest-bug@gnu.org; Sun, 02 Mar 2008 16:28:19 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVvjE-0003TC-Dj for emacs-pretest-bug@gnu.org; Sun, 02 Mar 2008 16:28:16 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-32-100.inter.net.il [80.230.32.100]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id KKO01454 (AUTH halo1); Sun, 2 Mar 2008 23:27:54 +0200 (IST) In-reply-to: (message from Len Trigg on Mon, 03 Mar 2008 09:17:25 +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:91103 gmane.emacs.pretest.bugs:21381 Archived-At: > Date: Mon, 03 Mar 2008 09:17:25 +1300 > From: Len Trigg > Cc: emacs-pretest-bug@gnu.org > > ;; 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.