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: Mark for refontification Date: Thu, 08 Apr 2010 22:53:11 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270781600 14531 80.91.229.12 (9 Apr 2010 02:53:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Apr 2010 02:53:20 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 09 04:53:19 2010 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.69) (envelope-from ) id 1O04LP-0000I6-II for ged-emacs-devel@m.gmane.org; Fri, 09 Apr 2010 04:53:19 +0200 Original-Received: from localhost ([127.0.0.1]:48665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O04LP-0006qe-0P for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 22:53:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O04LL-0006qZ-QO for emacs-devel@gnu.org; Thu, 08 Apr 2010 22:53:15 -0400 Original-Received: from [140.186.70.92] (port=38812 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O04LK-0006qR-MF for emacs-devel@gnu.org; Thu, 08 Apr 2010 22:53:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O04LJ-0005AU-Kf for emacs-devel@gnu.org; Thu, 08 Apr 2010 22:53:14 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:49024 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O04LJ-0005AO-Fc for emacs-devel@gnu.org; Thu, 08 Apr 2010 22:53:13 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAC4zvkvO+K6K/2dsb2JhbACbO3K6fIUJBIs6 X-IronPort-AV: E=Sophos;i="4.52,174,1270440000"; d="scan'208";a="60501481" Original-Received: from 206-248-174-138.dsl.teksavvy.com (HELO pastel.home) ([206.248.174.138]) by ironport2-out.pppoe.ca with ESMTP; 08 Apr 2010 22:53:11 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C3E6581AE; Thu, 8 Apr 2010 22:53:11 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Tue, 6 Apr 2010 02:47:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:123370 Archived-At: > Please also move the definition of the defmacro save-buffer-state > outside of eval-when-compile so that it could be used in other places > than font-lock.el. We have with-silent-modifications. > ;;;###autoload > (defun mumamo-mark-for-refontification (min max) > "Mark region between MIN and MAX for refontification." > (save-restriction > (widen) > ;;(mumamo-with-buffer-prepared-for-jit-lock > (mumamo-save-buffer-state nil > (put-text-property min max 'fontified nil) > ))) Why widen? Stefan