From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Clojure-like syntactic sugar for an anonymous function literal Date: Fri, 23 Jan 2015 12:33:35 +0200 Message-ID: <83fvb1u6ps.fsf@gnu.org> References: <54C05269.7050602@dancol.org> <87h9vj6kzz.fsf@newcastle.ac.uk> <54C0F1DE.2020300@dancol.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1422009250 31437 80.91.229.3 (23 Jan 2015 10:34:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2015 10:34:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 23 11:33:59 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 1YEbYt-0003Po-Aq for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2015 11:33:59 +0100 Original-Received: from localhost ([::1]:58058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEbYs-0001N2-O9 for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2015 05:33:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEbYb-0001Mv-4W for emacs-devel@gnu.org; Fri, 23 Jan 2015 05:33:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEbYW-0003Fi-6V for emacs-devel@gnu.org; Fri, 23 Jan 2015 05:33:41 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:63778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEbYV-0003Fb-Tv; Fri, 23 Jan 2015 05:33:36 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NIM00900L7QWX00@a-mtaout23.012.net.il>; Fri, 23 Jan 2015 12:33:34 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIM0094KLBXRG90@a-mtaout23.012.net.il>; Fri, 23 Jan 2015 12:33:34 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:181658 Archived-At: > Date: Thu, 22 Jan 2015 17:10:33 -0500 > From: Richard Stallman > Cc: phillip.lord@newcastle.ac.uk, dancol@dancol.org, bruce.connor.am@gmail.com, > emacs-devel@gnu.org > > I think that better handling of variable-width text and ability to > justify it with partial-width spaces would do a lot more good for > _users_ of Emacs. Could you or someone else post a list of tasks towards these goals? I think this could be a good starting point for working on that. I don't think we have such a list at this time, but if I'm wrong, please point me at that list. Thanks.