From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: font-lock-mode not set in *info* buffer Date: Tue, 26 Feb 2013 11:47:42 -0800 Message-ID: References: <87a9qqj31t.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1361908083 3726 80.91.229.3 (26 Feb 2013 19:48:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Feb 2013 19:48:03 +0000 (UTC) To: "'Julien Cubizolles'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 26 20:48:26 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UAQVh-0006KW-Ou for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Feb 2013 20:48:21 +0100 Original-Received: from localhost ([::1]:51269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAQVM-0003Uu-Tc for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Feb 2013 14:48:00 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAQVE-0003UU-5Q for help-gnu-emacs@gnu.org; Tue, 26 Feb 2013 14:47:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAQVC-0006o8-58 for help-gnu-emacs@gnu.org; Tue, 26 Feb 2013 14:47:52 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:31544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAQVB-0006nU-QT for help-gnu-emacs@gnu.org; Tue, 26 Feb 2013 14:47:49 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r1QJllAA007989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 26 Feb 2013 19:47:47 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1QJlkcR011267 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Feb 2013 19:47:47 GMT Original-Received: from abhmt105.oracle.com (abhmt105.oracle.com [141.146.116.57]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1QJlkIN022944; Tue, 26 Feb 2013 13:47:46 -0600 Original-Received: from dradamslap1 (/10.159.140.20) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 26 Feb 2013 11:47:46 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87a9qqj31t.fsf@free.fr> Thread-Index: Ac4UWFoAy07WyNBZRz+N5tteHPD9tAAAYEdg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89272 Archived-At: > I've reorganized my init files and for some reason lost=20 > fontification in > *info* buffers=A0: >=20 > I have (global-font-lock-mode) in my .emacs. When i open the=20 > info buffer > (C-h i), the variable global-font-lock-mode is true, the variable > font-lock-global-modes is also true but font-lock-mode is nil. M-x > font-lock-mode does fontify it though. >=20 > What am I missing=A0? Sounds like you are using a recent development (trunk) build of GNU = Emacs. (Always specify what you use.) Emacs Dev recently broke font-lock in several ways. They fixed some of = the damage, including, probably, what you report. Try updating your build - = see if that doesn't fix this particular problem.