From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: TTY Vertical divider face? Date: Wed, 08 Jun 2005 23:32:43 +0300 Organization: JURTA Message-ID: <87zmu07i67.fsf@jurta.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118264164 32556 80.91.229.2 (8 Jun 2005 20:56:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2005 20:56:04 +0000 (UTC) Cc: len@reeltwo.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 08 22:55:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dg7Za-0006Li-UE for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2005 22:54:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg7gN-0007V9-Jg for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2005 17:01:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dg7aC-0003vl-96 for emacs-devel@gnu.org; Wed, 08 Jun 2005 16:55:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dg7Zy-0003l9-6b for emacs-devel@gnu.org; Wed, 08 Jun 2005 16:55:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg7Zv-0003gF-2Q for emacs-devel@gnu.org; Wed, 08 Jun 2005 16:55:11 -0400 Original-Received: from [194.126.101.116] (helo=HOT-Bounce1.hot.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dg7Hr-0000RW-1g for emacs-devel@gnu.org; Wed, 08 Jun 2005 16:36:31 -0400 Original-Received: from mail.neti.ee (unknown [192.168.1.24]) by HOT-Bounce1.hot.ee (Postfix) with ESMTP id 532D513BA27 for ; Wed, 8 Jun 2005 23:24:01 +0300 (EEST) Original-Received: from mail.neti.ee (80-235-42-209-dsl.mus.estpak.ee [80.235.42.209]) by Relayhost2.neti.ee (Postfix) with ESMTP id 4ED491DFD; Wed, 8 Jun 2005 23:35:52 +0300 (EEST) Original-To: emacs-devel@gnu.org In-Reply-To: (Len Trigg's message of "Wed, 01 Jun 2005 09:50:41 +1200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:38371 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38371 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. For example, Emacs started with `emacs -Q -nw' crashes on GNU/Linux with the following code: (progn (setq standard-display-table (make-display-table)) (set-display-table-slot standard-display-table 'vertical-border (+ (lsh (face-id 'isearch) 19) ? )) (split-window-horizontally)) -- Juri Linkov http://www.jurta.org/emacs/