From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 51e7e46: Font-lock elisp macros/special forms dynamically Date: Tue, 17 Mar 2015 10:17:47 +0000 Message-ID: References: <20150315082509.21193.18465@vcs.savannah.gnu.org> <55054CE9.6010702@dancol.org> <87bnjt4e00.fsf@gnu.org> <550681E3.7080407@dancol.org> <871tkpov7p.fsf@gnu.org> <877fug8z8u.fsf@gnu.org> <55073F67.20809@dancol.org> <87k2yg55jl.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0112c88a3f19af05117947ff X-Trace: ger.gmane.org 1426587479 25709 80.91.229.3 (17 Mar 2015 10:17:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2015 10:17:59 +0000 (UTC) To: emacs-devel , Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 17 11:17:58 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 1YXoZR-0000RX-E5 for ged-emacs-devel@m.gmane.org; Tue, 17 Mar 2015 11:17:57 +0100 Original-Received: from localhost ([::1]:53641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXoZQ-0005qx-Im for ged-emacs-devel@m.gmane.org; Tue, 17 Mar 2015 06:17:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXoZM-0005pj-K6 for emacs-devel@gnu.org; Tue, 17 Mar 2015 06:17:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXoZI-0008KK-Kx for emacs-devel@gnu.org; Tue, 17 Mar 2015 06:17:52 -0400 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:36522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXoZI-0008KB-DC for emacs-devel@gnu.org; Tue, 17 Mar 2015 06:17:48 -0400 Original-Received: by lbcds1 with SMTP id ds1so3421900lbc.3 for ; Tue, 17 Mar 2015 03:17:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=hAr+WvLOTmCTr7tmbft1A4ekxl6Yn2etTOdqqo7pq8E=; b=SJv2/zkq9LKQirzhT5cIPtCI5vM0+xjvL8KfgKcO+ONMGKOx63KCuQ0KIApHDiaoWB ywUCRl2W9A8Ed518c3gDebbk61F1QmafIzKEwinebWSm7gPMuqa7SqoDnY7HlTZYj4AF WjnoByS6ULlR8PtqH7ewI1rP0YeFjKC4ZAM7XYyEv/J3kll+V7+FHMuxYmawWxtbuJpW GvgrGdOwFYFYLD2ra3hNtiSDxdVvlRzaPIb+82U9zmzftcOsXq9DenRkPwr6QSnhzKXf l3sTAAUX7lcl7OwVjvA9FaBkisFlt4tYABv3tcxUUY5CyRAXxIJ9yS/L+wdgPteNP1h4 D6Eg== X-Received: by 10.152.121.33 with SMTP id lh1mr59307654lab.86.1426587467584; Tue, 17 Mar 2015 03:17:47 -0700 (PDT) Original-Received: by 10.112.207.225 with HTTP; Tue, 17 Mar 2015 03:17:47 -0700 (PDT) Original-Received: by 10.112.207.225 with HTTP; Tue, 17 Mar 2015 03:17:47 -0700 (PDT) In-Reply-To: <87k2yg55jl.fsf@gnu.org> X-Google-Sender-Auth: j47EILlIVQEx2f2aS9inNqqKTN0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d 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:183949 Archived-At: --089e0112c88a3f19af05117947ff Content-Type: text/plain; charset=UTF-8 > Of course, then we still need to handle the function-like macros. > Daniel's suggestion of using the `debug' declaration for that doesn't > work (or I don't get it). At least, having a debug declaration doesn't > imply being "non-function-like", and neither does having no debug > declaration imply being "function-like". Yes, I had thought about suggesting that but it wouldn't work. There are plenty of very macro-y macros whose arguments are function-like for debug purpose. See, for instance, with-temp-buffer. --089e0112c88a3f19af05117947ff Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


> Of course, then we still need to handle the function-like macros.
> Daniel's suggestion of using the `debug' declaration for that = doesn't
> work (or I don't get it).=C2=A0 At least, having a debug declarati= on doesn't
> imply being "non-function-like", and neither does having no = debug
> declaration imply being "function-like".

Yes, I had thought about suggesting that but it wouldn't= work. There are plenty of very macro-y macros whose arguments are function= -like for debug purpose. See, for instance, with-temp-buffer.

--089e0112c88a3f19af05117947ff--