From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel,gmane.emacs.multi-tty Subject: Re: Viper face support on ttys? (Re: viper-color-defined-p) Date: Mon, 12 Jul 2004 07:08:36 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9743-Mon12Jul2004070835+0300-eliz@gnu.org> References: <87hdt7ale1.fsf@t.email.ne.jp> <9743-Sun11Jul2004063752+0300-eliz@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1089605370 21011 80.91.224.253 (12 Jul 2004 04:09:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2004 04:09:30 +0000 (UTC) Cc: multi-tty@lists.fnord.hu, lorentey@elte.hu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 12 06:09:24 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bjs84-00059C-00 for ; Mon, 12 Jul 2004 06:09:24 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bjs83-0000Lh-00 for ; Mon, 12 Jul 2004 06:09:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjsAL-00016s-Ub for emacs-devel@quimby.gnus.org; Mon, 12 Jul 2004 00:11:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BjsAI-00016d-Mq for emacs-devel@gnu.org; Mon, 12 Jul 2004 00:11:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BjsAH-000165-Hb for emacs-devel@gnu.org; Mon, 12 Jul 2004 00:11:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjsAH-000162-Ea for emacs-devel@gnu.org; Mon, 12 Jul 2004 00:11:41 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bjs7l-0003Ql-2n; Mon, 12 Jul 2004 00:09:05 -0400 Original-Received: from zaretski (pns03-200-78.inter.net.il [80.230.200.78]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DSD22904; Mon, 12 Jul 2004 07:09:00 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Sun, 11 Jul 2004 19:23:43 -0400) 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25601 gmane.emacs.multi-tty:22 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25601 > From: Richard Stallman > Date: Sun, 11 Jul 2004 19:23:43 -0400 > > > ! (viper-emacs-p (memq (viper-device-type) '(nil pc))) > > Actually, this should look at the result of display-color-p. The > device type alone doesn't cut it, as some tty displays don't support > colors. > > Would you like to fix it properly? I will look into this in a few days.