From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.help Subject: Re: From which version of emacs was global-font-lock-mode and font-lock-maximum-decoration true by default? Date: Thu, 03 Apr 2008 12:25:00 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207218527 26595 80.91.229.12 (3 Apr 2008 10:28:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2008 10:28:47 +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 Apr 03 12:29:19 2008 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.50) id 1JhMgz-0005gr-8N for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2008 12:29:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhMgM-0003GN-OZ for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2008 06:28:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhMdV-0001CG-NH for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 06:25:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhMdT-0001A8-HL for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 06:25:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhMdT-00019f-3p for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 06:25:35 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JhMdS-00019S-JW for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 06:25:35 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JhMdQ-0003HU-Ds for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 10:25:32 +0000 Original-Received: from nl-219-68.netlogon.liu.se ([130.236.219.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 10:25:32 +0000 Original-Received: from mindcooler by nl-219-68.netlogon.liu.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 10:25:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nl-219-68.netlogon.liu.se User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:53007 Archived-At: Eric Lilja wrote: > As the subject says, from which version of emacs was > global-font-lock-mode and font-lock-maximum-decoration true by default? [snip] Thanks for your replies. I've just checked with the computer that is running emacs 21.1.4 and it turns out both global-font-lock-mode and font-lock-maximum-decoration are true by default. I was bit surprised by this because after reading the replies I was expecting global-font-lock-mode to be false by default and font-lock-maximum-decoration to be true by default on that particular version. I moved my .emacs to a subdirectory that emacs doesn't look in before launching emacs and running these tests. Oh well, it's good news because it means that my .emacs now is two lines shorter. :) - Eric