From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to *completely* disable font-lock mode in my .emacs? Date: 28 Apr 2004 07:39:11 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1083127506 16816 80.91.224.253 (28 Apr 2004 04:45:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2004 04:45:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 28 06:45:01 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIgwP-00067X-00 for ; Wed, 28 Apr 2004 06:45:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIgpy-0005fn-8r for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Apr 2004 00:38:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIgpT-0005fV-21 for help-gnu-emacs@gnu.org; Wed, 28 Apr 2004 00:37:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIgov-0005aB-V4 for help-gnu-emacs@gnu.org; Wed, 28 Apr 2004 00:37:49 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1BIgov-0005Zz-AH for help-gnu-emacs@gnu.org; Wed, 28 Apr 2004 00:37:17 -0400 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Eric Smith on 27 Apr 2004 16:15:28 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18067 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18067 > From: Eric Smith > Newsgroups: gnu.emacs.help > Date: 27 Apr 2004 16:15:28 -0700 > > > in which case there's no way for Emacs to figure out whether your > > background is dark or light, so it might guess wrong, in which case you > > should customize frame-background-mode manually. > > s/it might guess wrong/it does guess wrong/ In your case, perhaps. In general, it does guess correctly in quite a few cases. If you still think Emacs _always_ guesses wrong, please describe your reasons; one specific case---yours---is not enough to justify a general claim. > Why does it guess? Because there's no method known to Emacs developers to query the terminal about its default background color. > the default assumption on a text terminal should be that the user > does NOT want color. That would be a bad default, since most Emacs users do want color on the text terminal.