From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Clojure-like syntactic sugar for an anonymous function literal Date: Thu, 22 Jan 2015 00:46:40 +0100 Message-ID: References: <765b55dfa6d6df976352fc7c50b15c6f@samertm.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1421884007 4781 80.91.229.3 (21 Jan 2015 23:46:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2015 23:46:47 +0000 (UTC) Cc: emacs-devel To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 00:46:46 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 1YE4z0-0007O2-IS for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 00:46:46 +0100 Original-Received: from localhost ([::1]:50606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE4yz-0001We-Sn for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2015 18:46:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE4yw-0001WR-SB for emacs-devel@gnu.org; Wed, 21 Jan 2015 18:46:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YE4yv-0000hR-Sl for emacs-devel@gnu.org; Wed, 21 Jan 2015 18:46:42 -0500 Original-Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:59337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE4yv-0000hM-M2 for emacs-devel@gnu.org; Wed, 21 Jan 2015 18:46:41 -0500 Original-Received: by mail-wg0-f51.google.com with SMTP id l18so20584015wgh.10 for ; Wed, 21 Jan 2015 15:46:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jQbwu6v3RHcYZ+Ng2iOPSDFK6xdljuh2ajLLJR6TF70=; b=dFed/mRb4HOrxFM9avu3GX89Rq5zeH5HUqAtef9f0xmz3qe9jpqvgPoQPJ/4TRNj4E NbXTqKqN1/iu3kfxNJPdsg/+31/DdTFbIaRB+k2Lurq4JtGfhm3/P2ZApNWmLU5BGsv7 2RoPPxPprUWVncGvxLDQ91I2ckrEtjS0LECmidIN11N/mNprUbTWok6Di9Fo8YpBAlzS +Kx8bzFCjIgQnLqOlm/u+FSydUB4z/wNec/d6Du9oJbxe2Ee9gUh49xdi9rS76xApHt5 W29WBGbwcDnDvY/p4uwXQMRY4UMoQmXq1G431BaIx/XEBzI2XWKs8L3k/IaLmSB2+j/Y LCag== X-Received: by 10.181.28.168 with SMTP id jp8mr50207529wid.40.1421884000872; Wed, 21 Jan 2015 15:46:40 -0800 (PST) Original-Received: by 10.27.137.137 with HTTP; Wed, 21 Jan 2015 15:46:40 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::233 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:181539 Archived-At: > Firstly, I'd like to manifest my support for this feature. Thanks. > Secondly, (even though this patch is obviously not complete, since it > still needs the actual macro) before it's done, don't forget to add a > ChangeLog entry with the commit. I'm just testing the waters here. I wasn't sure if a new reader macro would be accepted. Also, I wouldn't know exactly where to put the Elisp part, that's why it's still on github. > Thirdly, you have a small typo in the commit message: "in[dt]ent". Thanks again. Oleh