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: From which version of emacs was global-font-lock-mode and font-lock-maximum-decoration true by default? Date: Wed, 02 Apr 2008 22:29:24 +0200 Message-ID: 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 1207168237 16918 80.91.229.12 (2 Apr 2008 20:30:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2008 20:30:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 02 22:31:09 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 1Jh9bo-0005Po-Dl for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Apr 2008 22:31:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh9b6-0001CM-0x for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Apr 2008 16:30:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jh9ap-0001BN-I0 for help-gnu-emacs@gnu.org; Wed, 02 Apr 2008 16:29:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jh9an-0001Ai-NV for help-gnu-emacs@gnu.org; Wed, 02 Apr 2008 16:29:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh9an-0001Ad-J8 for help-gnu-emacs@gnu.org; Wed, 02 Apr 2008 16:29:57 -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 1Jh9an-00036q-2g for help-gnu-emacs@gnu.org; Wed, 02 Apr 2008 16:29:57 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jh9ab-0000Y4-HN for help-gnu-emacs@gnu.org; Wed, 02 Apr 2008 20:29:45 +0000 Original-Received: from h-79-136-60-61.na.cust.bahnhof.se ([79.136.60.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 20:29:45 +0000 Original-Received: from mindcooler by h-79-136-60-61.na.cust.bahnhof.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 20:29:45 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: h-79-136-60-61.na.cust.bahnhof.se User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) 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:52987 Archived-At: As the subject says, from which version of emacs was global-font-lock-mode and font-lock-maximum-decoration true by default? I'm trying to clean my .emacs file and I noticed I was setting those two to true (t) even though they are true by default on my bleeding edge version I run on my own computers. However, sometimes I have to use emacs 21.4.1 and I've made monolithic .emacs file for easy maintenance but if those are true in emacs 21.4.1 as well I will be removing them from my .emacs file. I tried googling but I just got links that weren't relevant. I checked the wiki and it only says those were not on by default on old versions of emacs but how old, that is what I want to know. :) Thanks for any replies. - Eric