From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: TTY Vertical divider face? Date: Tue, 14 Jun 2005 18:31:49 -0400 Message-ID: References: <87zmu07i67.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118789206 12963 80.91.229.2 (14 Jun 2005 22:46:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Jun 2005 22:46:46 +0000 (UTC) Cc: len@reeltwo.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 00:46:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DiKA2-0007CH-GH for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2005 00:45:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiKF8-0006V8-7H for ged-emacs-devel@m.gmane.org; Tue, 14 Jun 2005 18:50:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiKCx-0005MA-UA for emacs-devel@gnu.org; Tue, 14 Jun 2005 18:48:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiKCi-0005Dj-DQ for emacs-devel@gnu.org; Tue, 14 Jun 2005 18:48:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiKCh-0005AO-Ji for emacs-devel@gnu.org; Tue, 14 Jun 2005 18:48:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DiJy9-000498-L9 for emacs-devel@gnu.org; Tue, 14 Jun 2005 18:33:17 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DiJwj-0008Pr-D1; Tue, 14 Jun 2005 18:31:49 -0400 Original-To: Juri Linkov In-reply-to: <87zmu07i67.fsf@jurta.org> (message from Juri Linkov on Wed, 08 Jun 2005 23:32:43 +0300) 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:38840 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38840 There is something wrong with handling faces in display tables on character terminals. Putting a character with an added face to the display table slot results in a different face displayed. Some faces even cause Emacs to crash. I think I have fixed this. I will check it in a day or two from now.