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:58:00 -0400 Message-ID: References: <20150315082509.21193.18465@vcs.savannah.gnu.org> <55054CE9.6010702@dancol.org> <87bnjt4e00.fsf@gnu.org> <550681E3.7080407@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426510707 4332 80.91.229.3 (16 Mar 2015 12:58:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Mar 2015 12:58:27 +0000 (UTC) Cc: Artur Malabarba , emacs-devel To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 16 13:58:18 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 1YXUb3-0000KP-J3 for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2015 13:58:17 +0100 Original-Received: from localhost ([::1]:49153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUb3-00068j-1K for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2015 08:58:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUaq-00068R-Gi for emacs-devel@gnu.org; Mon, 16 Mar 2015 08:58:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXUan-00035h-Ni for emacs-devel@gnu.org; Mon, 16 Mar 2015 08:58:04 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:53269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUan-00035c-Jp for emacs-devel@gnu.org; Mon, 16 Mar 2015 08:58:01 -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="113671316" 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:58:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BF7FCF89; Mon, 16 Mar 2015 08:58:00 -0400 (EDT) In-Reply-To: <550681E3.7080407@dancol.org> (Daniel Colascione's message of "Mon, 16 Mar 2015 00:10:27 -0700") 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:183903 Archived-At: > Instead of doing it this way, why not make a font-lock matcher that > looks at *every* initial sexp atom, calls intern-soft on it, That would be a valid alternative implementation, of course. It's not clear it would be better, OTOH. So until proved otherwise by a concrete problem, I think we're better off staying with the current implementation. Stefan