From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; c-mode advices font-lock-after-change-function? Date: Sat, 22 Mar 2008 20:38:13 -0400 Message-ID: References: <47E5329B.8030305@gmail.com> <20080322231139.GA11050@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206232720 8747 80.91.229.12 (23 Mar 2008 00:38:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2008 00:38:40 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, "Lennart Borgman \(gmail\)" , Richard Stallman To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 23 01:39:09 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JdEEq-0000cL-Pm for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 01:39:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdEEF-00027P-Gg for ged-emacs-devel@m.gmane.org; Sat, 22 Mar 2008 20:38:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JdEEA-00026g-DR for emacs-devel@gnu.org; Sat, 22 Mar 2008 20:38:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JdEE6-00026P-Vm for emacs-devel@gnu.org; Sat, 22 Mar 2008 20:38:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdEE6-00026M-Ov for emacs-devel@gnu.org; Sat, 22 Mar 2008 20:38:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JdEE6-0007Lb-FE for emacs-devel@gnu.org; Sat, 22 Mar 2008 20:38:18 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JdEE6-0002IL-7T for emacs-pretest-bug@gnu.org; Sat, 22 Mar 2008 20:38:18 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JdEE2-0007Kn-P8 for emacs-pretest-bug@gnu.org; Sat, 22 Mar 2008 20:38:17 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JdEE2-0007Kf-HT; Sat, 22 Mar 2008 20:38:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApAFAIND5UdMCrTo/2dsb2JhbACBW6VD X-IronPort-AV: E=Sophos;i="4.25,540,1199682000"; d="scan'208";a="16411217" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 22 Mar 2008 20:38:13 -0400 Original-Received: from pastel.home ([76.10.180.232]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id DDJ54613; Sat, 22 Mar 2008 20:38:13 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2C9C57F5D; Sat, 22 Mar 2008 20:38:13 -0400 (EDT) In-Reply-To: <20080322231139.GA11050@muc.de> (Alan Mackenzie's message of "Sat, 22 Mar 2008 23:11:39 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93221 gmane.emacs.pretest.bugs:21661 Archived-At: >> > It looks like c-mode advices font-lock-after-change-function. > It does. However, it needn't, at least not in Emacs >= 22. The right > thing seems to be font-lock-extend-after-change-region-function here. > I'll get it done soon, well before Emacs 22.3. Thank you, Stefan