From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-24 d69e9f1: CC Mode: Stop Font Lock forcing fontification from BOL. Fixes debbugs#19669. Date: Mon, 02 Feb 2015 21:12:11 -0500 Message-ID: References: <20150201212213.17840.3710@vcs.savannah.gnu.org> <20150202192706.GB3673@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422929545 14089 80.91.229.3 (3 Feb 2015 02:12:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2015 02:12:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 03:12:24 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YISyW-00033U-63 for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2015 03:12:24 +0100 Original-Received: from localhost ([::1]:57464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YISyU-0003NJ-PN for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 21:12:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YISyQ-0003MM-P9 for emacs-devel@gnu.org; Mon, 02 Feb 2015 21:12:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YISyL-0003av-Lx for emacs-devel@gnu.org; Mon, 02 Feb 2015 21:12:18 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:32266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YISyL-0003ah-IN for emacs-devel@gnu.org; Mon, 02 Feb 2015 21:12:13 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhgFAOwQflQYjOP5/2dsb2JhbABbgweDYMp9AoElFgEBAQEBAXyEAwEBAwF5BQsLDQEmBwsUGDGISgnWWQEBAQcCAR+QbweESAWLAZhxhB+JFoI3gWIhgncBAQE X-IPAS-Result: AhgFAOwQflQYjOP5/2dsb2JhbABbgweDYMp9AoElFgEBAQEBAXyEAwEBAwF5BQsLDQEmBwsUGDGISgnWWQEBAQcCAR+QbweESAWLAZhxhB+JFoI3gWIhgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="109512670" Original-Received: from unknown (HELO ceviche.home) ([24.140.227.249]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Feb 2015 21:12:12 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id C3AE566100; Mon, 2 Feb 2015 21:12:11 -0500 (EST) In-Reply-To: <20150202192706.GB3673@acm.acm> (Alan Mackenzie's message of "Mon, 2 Feb 2015 19:27:07 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182304 Archived-At: > font-lock-extend-region-functions is set to buffer local on L1155 of > font-lock.el (in the trunk). If the above setq is breaking font-locking > in other modes, then something strange is going on. Duh, sorry, I was blind: I did check with `C-h v font-lock-extend-region-functions' but I guess I saw what I expected to see rather than what was actually displayed. Stefan