From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Len Trigg Newsgroups: gmane.emacs.devel Subject: TTY Vertical divider face? Date: Mon, 30 May 2005 14:41:58 +1200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1117421059 31592 80.91.229.2 (30 May 2005 02:44:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 May 2005 02:44:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 30 04:44:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DcaFs-0003OB-Ly for ged-emacs-devel@m.gmane.org; Mon, 30 May 2005 04:43:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcaKg-00022R-1c for ged-emacs-devel@m.gmane.org; Sun, 29 May 2005 22:48:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DcaJZ-0001eY-W1 for emacs-devel@gnu.org; Sun, 29 May 2005 22:47:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DcaJY-0001de-Ap for emacs-devel@gnu.org; Sun, 29 May 2005 22:47:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcaJX-0001Zo-G6 for emacs-devel@gnu.org; Sun, 29 May 2005 22:47:39 -0400 Original-Received: from [210.55.139.211] (helo=giger.nz.reeltwo.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DcaG5-0004vX-Ph for emacs-devel@gnu.org; Sun, 29 May 2005 22:44:06 -0400 Original-Received: from nepenthes.nz.reeltwo.com (localhost.localdomain [127.0.0.1]) by giger.nz.reeltwo.com (8.12.8/8.12.8) with ESMTP id j4U2fw2D005237 for ; Mon, 30 May 2005 14:41:58 +1200 Original-To: emacs-devel@gnu.org User-Agent: Wanderlust/2.15.1 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 17) (Jumbo Shrimp) (i386-redhat-linux) X-Payment: hashcash 1.2 0:050530:emacs-devel@gnu.org:41ddc417c454d578a0334540 X-Hashcash: 0:050530:emacs-devel@gnu.org:41ddc417c454d578a0334540 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:37877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37877 Hi all, How can I set the face used to display the vertical divider that separates side-by-side windows (I am running in a TTY). I was initially told that modeline-inactive face would do the trick, but I think my question was misunderstood. It would seems a strange omission if such a thing were not possible. I have tried compiling emacs myself (actually the current multi-tty branch), and I can see in dispnew.c where the '|' character is used for the vertical divider, but do not understand how to associate a face with that. Any ideas? Cheers, Len.