From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Face differences between emacs-nox & windows-nt Date: Thu, 07 Oct 2010 09:49:44 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286459592 957 80.91.229.12 (7 Oct 2010 13:53:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 13:53:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 07 15:53:11 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3qu2-0004lG-Vt for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Oct 2010 15:53:09 +0200 Original-Received: from localhost ([127.0.0.1]:40897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3qs9-0001Ud-3O for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Oct 2010 09:51:01 -0400 Original-Received: from [140.186.70.92] (port=33494 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3qrE-0001Nk-5H for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 09:50:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3qqu-0006Ht-IA for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 09:49:45 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3qqu-0006Hp-Gk for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 09:49:44 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P3qqu-0002X0-Cd for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 09:49:44 -0400 In-reply-to: (message from Gary on Thu, 07 Oct 2010 11:01:35 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75086 Archived-At: > From: Gary > Date: Thu, 07 Oct 2010 11:01:35 +0200 > Mail-Copies-To: never > > Is there any reason for these differences for the "Basic default face"? > > emacs-nox: > [...] > windows-nt Yes: the former is a text terminal, the latter is a GUI session. Emacs cannot control the fonts and default colors of a text terminal. It can do that on a graphics display.