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: let-alist.el Date: Tue, 16 Jun 2015 16:22:18 +0100 Message-ID: References: <83wpz5nh2b.fsf@gnu.org> <83h9q8op9s.fsf@gnu.org> <83bnggonab.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1434468166 16839 80.91.229.3 (16 Jun 2015 15:22:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jun 2015 15:22:46 +0000 (UTC) Cc: emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 16 17:22:42 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 1Z4shD-0006SC-Pm for ged-emacs-devel@m.gmane.org; Tue, 16 Jun 2015 17:22:39 +0200 Original-Received: from localhost ([::1]:40922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4shC-0003Co-UF for ged-emacs-devel@m.gmane.org; Tue, 16 Jun 2015 11:22:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sh0-0003Ci-0S for emacs-devel@gnu.org; Tue, 16 Jun 2015 11:22:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4sgw-0003Jd-7T for emacs-devel@gnu.org; Tue, 16 Jun 2015 11:22:25 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:34939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sgu-0003I0-Oe; Tue, 16 Jun 2015 11:22:20 -0400 Original-Received: by labko7 with SMTP id ko7so13818611lab.2; Tue, 16 Jun 2015 08:22:18 -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:cc:content-type; bh=DbyWw7v1WZ+0LeW1MsFwb4VMPUDq25WNwkTYGzizzBc=; b=1F+bk+kmVEwDa/EMqeZ/Fw7ebGRCDJqaah6sULmRLcP21Vg03Bt5qYYHG1PR1od1Lo sogj4rkUaLKhAH+fNbvHvlmpcqBl04sDJVigD0aPuDaqDwDFAlTo1/wOBW2NcBwkbcZF tp7ohBb53YExBo0se1NSYyGVdZKwg+lnXcxZQ98YYsjPPFiaMU9maqZTz9lOYJla+a9U 1Nfiouj0dlzdadWIZBTQM5yfSl4nGRpwQmozlJh2EIj++PhYpGaw9OzGQ50wwabyopKo 8jJ26woQwZF0iG4+bTVQABYD5+AcCHihzx9rgJBRtkFIJja8W/XvfsPCYeOJX35o60v7 zGfw== X-Received: by 10.112.139.130 with SMTP id qy2mr1678546lbb.21.1434468138750; Tue, 16 Jun 2015 08:22:18 -0700 (PDT) Original-Received: by 10.25.214.133 with HTTP; Tue, 16 Jun 2015 08:22:18 -0700 (PDT) In-Reply-To: <83bnggonab.fsf@gnu.org> X-Google-Sender-Auth: s81NpGBEMWbsGGRvdh7ri2sbuiU X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f 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:187213 Archived-At: > Sorry, I thought it was clear You were, I just clearly needed a second coffee yesterday. Well, getting back on track, should I just move it to "emacs-lisp/"? The "lisp" dir looked like a reasonable place to me because I see lots of proper packages in there (with version headers and all), and I thought of let-alist as a package. But really, makes no difference to me.