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: [elpa] master 19862ff: Use font-lock-fontify-region instead of jit-lock-fontify-now Date: Sat, 30 Jan 2016 19:45:23 -0500 Message-ID: References: <20160130182614.10459.39544@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454201159 19231 80.91.229.3 (31 Jan 2016 00:45:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Jan 2016 00:45:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 31 01:45:45 2016 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 1aPg98-0007GM-Mq for ged-emacs-devel@m.gmane.org; Sun, 31 Jan 2016 01:45:42 +0100 Original-Received: from localhost ([::1]:40191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPg97-0002Lj-Ue for ged-emacs-devel@m.gmane.org; Sat, 30 Jan 2016 19:45:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPg8w-0002Le-99 for emacs-devel@gnu.org; Sat, 30 Jan 2016 19:45:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPg8t-0001D9-4O for emacs-devel@gnu.org; Sat, 30 Jan 2016 19:45:30 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:57221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPg8t-0001D5-00 for emacs-devel@gnu.org; Sat, 30 Jan 2016 19:45:27 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A1FgA731xV/3+SCkxcgxCEAoVVu0CHSQIEAgKBPDoTAQEBAQEBAYEKQQWDXQEBBFYjEAsOJhIUGA0kiD/PIwEBAQEGAQEBAQEdizqFBQeELQWMMKcPgUUjgjuBWyCCeAEBAQ X-IPAS-Result: A0A1FgA731xV/3+SCkxcgxCEAoVVu0CHSQIEAgKBPDoTAQEBAQEBAYEKQQWDXQEBBFYjEAsOJhIUGA0kiD/PIwEBAQEGAQEBAQEdizqFBQeELQWMMKcPgUUjgjuBWyCCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="191994025" Original-Received: from 76-10-146-127.dsl.teksavvy.com (HELO pastel.home) ([76.10.146.127]) by ironport2-out.teksavvy.com with ESMTP; 30 Jan 2016 19:45:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B2D486045C; Sat, 30 Jan 2016 19:45:23 -0500 (EST) In-Reply-To: (Teemu Likonen's message of "Sat, 30 Jan 2016 18:26:14 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.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:199067 Archived-At: > - (jit-lock-fontify-now (min beg end) (max beg end)))) > + (font-lock-fontify-region (min beg end) (max beg end)))) Maybe even better would be to use font-lock-ensure (when available)? Stefan