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 51e7e46: Font-lock elisp macros/special forms dynamically Date: Mon, 16 Mar 2015 08:56:13 -0400 Message-ID: References: <20150315082509.21193.18465@vcs.savannah.gnu.org> <55054CE9.6010702@dancol.org> <87bnjt4e00.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426510610 2304 80.91.229.3 (16 Mar 2015 12:56:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Mar 2015 12:56:50 +0000 (UTC) Cc: Daniel Colascione , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 16 13:56:33 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 1YXUZN-0007Zl-FU for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2015 13:56:33 +0100 Original-Received: from localhost ([::1]:49146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUZM-0005ES-Ui for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2015 08:56:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUZ8-0005Dl-Qa for emacs-devel@gnu.org; Mon, 16 Mar 2015 08:56:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXUZ5-0002Mw-1C for emacs-devel@gnu.org; Mon, 16 Mar 2015 08:56:18 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUZ4-0002Ms-Tp for emacs-devel@gnu.org; Mon, 16 Mar 2015 08:56:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArsTAPOG1lQXW5EB/2dsb2JhbABbgwaDX4VTwGUEAgKBDUQBAQEBAQF8hA0BBAFWIwULCw4mEhQYDSSIOAjOIwEBAQEGAgEfj3gHhCoFqzcigjKBWCKCcwEBAQ X-IPAS-Result: ArsTAPOG1lQXW5EB/2dsb2JhbABbgwaDX4VTwGUEAgKBDUQBAQEBAQF8hA0BBAFWIwULCw4mEhQYDSSIOAjOIwEBAQEGAgEfj3gHhCoFqzcigjKBWCKCcwEBAQ X-IronPort-AV: E=Sophos;i="5.09,536,1418101200"; d="scan'208";a="113671213" Original-Received: from 23-91-145-1.cpe.pppoe.ca (HELO pastel.home) ([23.91.145.1]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Mar 2015 08:56:14 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C2953F89; Mon, 16 Mar 2015 08:56:13 -0400 (EDT) In-Reply-To: <87bnjt4e00.fsf@gnu.org> (Tassilo Horn's message of "Mon, 16 Mar 2015 08:07:11 +0100") 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:183902 Archived-At: > Like so? For example, yes. > + ;; Don't trigger when a file gets reloaded. > + (string= file (caar load-history)) Tho I wouldn't do that. By "repeatedly" I didn't mean literally the same file. I was thinking more of cases like calling `load' on all the ~/.emacs.d/elpa/**/*-pkgs.el files (which we don't do any more, BTW). Stefan