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] master 05a5a94: Correct calculation of CC Mode's font-lock region. Date: Mon, 30 Mar 2015 17:08:38 -0400 Message-ID: References: <20150330163859.32247.66180@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427749748 22642 80.91.229.3 (30 Mar 2015 21:09:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2015 21:09:08 +0000 (UTC) Cc: Alan Mackenzie To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 30 23:09:01 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 1Ycgva-00067n-3W for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 23:08:58 +0200 Original-Received: from localhost ([::1]:35963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcgvZ-0001iB-EK for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 17:08:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcgvJ-0001ht-RY for emacs-devel@gnu.org; Mon, 30 Mar 2015 17:08:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcgvG-00015s-MN for emacs-devel@gnu.org; Mon, 30 Mar 2015 17:08:41 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:24749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcgvG-00015g-JV for emacs-devel@gnu.org; Mon, 30 Mar 2015 17:08:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgUFAGvvdVRBbthL/2dsb2JhbAA3gVOhb4EIgXYBBVYjEAs0EhQYDapIjG0BAgECgz4DA0+DHgSoOw X-IPAS-Result: AgUFAGvvdVRBbthL/2dsb2JhbAA3gVOhb4EIgXYBBVYjEAs0EhQYDapIjG0BAgECgz4DA0+DHgSoOw X-IronPort-AV: E=Sophos;i="5.01,1,1400040000"; d="scan'208";a="114991224" Original-Received: from 65-110-216-75.cpe.pppoe.ca (HELO fmsmemgm.homelinux.net) ([65.110.216.75]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 30 Mar 2015 17:08:37 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 0EFFCAE0BC; Mon, 30 Mar 2015 17:08:38 -0400 (EDT) In-Reply-To: (Alan Mackenzie's message of "Mon, 30 Mar 2015 16:39:00 +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:184573 Archived-At: > * cc-mode.el (c-fl-decl-start): Renamed from c-set-fl-decl-start. Please use the present tense, even for "rename" ;-) > (c-extend-after-change-region): Explicitly apply 'fontified properties > to the extended bits of the font lock region. Sounds like this is working around a problem elsewhere, so better add a comment explaining what's going on. Stefan