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 11:10:27 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286464567 5417 80.91.229.12 (7 Oct 2010 15:16:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 15:16:07 +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 17:16:04 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 1P3sCP-0006eg-17 for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Oct 2010 17:16:03 +0200 Original-Received: from localhost ([127.0.0.1]:35336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3sCM-0001GY-CE for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Oct 2010 11:15:58 -0400 Original-Received: from [140.186.70.92] (port=51081 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3s72-0006DA-Cv for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 11:10:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3s71-0000R8-A8 for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 11:10:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3s71-0000R2-7P for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 11:10:27 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P3s71-0007h6-40 for help-gnu-emacs@gnu.org; Thu, 07 Oct 2010 11:10:27 -0400 In-reply-to: (message from Gary on Thu, 07 Oct 2010 16:23:21 +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:75088 Archived-At: > From: Gary > Date: Thu, 07 Oct 2010 16:23:21 +0200 > Mail-Copies-To: never > > >> 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. > > Can I persuade it to not do it on a graphics display :) I don't think so. Unlike text terminals, where there's already a font and some colors when Emacs starts, for a GUI window Emacs _must_ specify something, because there are no defaults. AFAIK, at least.