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 10:52:17 +0100 Message-ID: References: <54C05269.7050602@dancol.org> <87oaprfa3t.fsf@fencepost.gnu.org> <54C0C514.8020606@dancol.org> <54C0C7E9.4050009@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1421920357 27542 80.91.229.3 (22 Jan 2015 09:52:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 09:52:37 +0000 (UTC) Cc: David Kastrup , =?UTF-8?Q?Ren=C3=A9_Kyllingstad?= , "emacs-devel@gnu.org" To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 10:52:36 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 1YEERE-0003sl-Su for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 10:52:33 +0100 Original-Received: from localhost ([::1]:52052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEER9-0006kn-H6 for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 04:52:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEER6-0006kf-Az for emacs-devel@gnu.org; Thu, 22 Jan 2015 04:52:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEER5-0003ly-6F for emacs-devel@gnu.org; Thu, 22 Jan 2015 04:52:24 -0500 Original-Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:33995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEER0-0003kE-MJ; Thu, 22 Jan 2015 04:52:18 -0500 Original-Received: by mail-wg0-f50.google.com with SMTP id b13so667480wgh.9; Thu, 22 Jan 2015 01:52:17 -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=gESFiSOqc82oEn6JbCPqNPf9Z9KLNhNMeUfCnlQp5Gs=; b=eMgRUlh5QM87tB1wS0tKnOQntP2rYxJMnInUGNKQaKkmk1yetmDG2Z4crl14HcxOq3 4BRGpVN++ThxaxjLWEshvfGS/QnQeeDW26OQCjmQxyB/ljz4bUbxp7w+v/f702jT/MCT JyXhL3FjOCwVcz4Rf7BuLQuf8hvZV0OwtfTwG9RsAdDqKNgLLRNigxd/oxYtdLieQO+n xcuwozFZ2lwyd3/l6jBMHoF4nJ8g/4QB5nuiFrp2XvM9sJTl6bRUMmmsCurkn4J//yvz ALogSqpomOq93J6iV1pFs02auNjmrIsRIsjwTEvTcUBbMXaz63VdYmFw2ARWjSF2e8vh REDQ== X-Received: by 10.194.175.102 with SMTP id bz6mr1126925wjc.120.1421920337734; Thu, 22 Jan 2015 01:52:17 -0800 (PST) Original-Received: by 10.27.137.137 with HTTP; Thu, 22 Jan 2015 01:52:17 -0800 (PST) In-Reply-To: <54C0C7E9.4050009@dancol.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::232 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:181572 Archived-At: > Speaking of things that ship with Emacs: have you tried > prettify-symbols-mode? > No need, I've had it for years with the approach that I describe here: http://oremacs.com/2015/01/11/pretty-elisp-regex/