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: Wed, 17 Jun 2015 15:42:31 +0100 Message-ID: References: <83wpz5nh2b.fsf@gnu.org> <83h9q8op9s.fsf@gnu.org> <83bnggonab.fsf@gnu.org> <83pp4vn05t.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 1434552182 5843 80.91.229.3 (17 Jun 2015 14:43:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Jun 2015 14:43:02 +0000 (UTC) Cc: emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 17 16:43:02 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 1Z5EYI-0002PF-S3 for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2015 16:42:54 +0200 Original-Received: from localhost ([::1]:47306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5EYD-0003Z5-DB for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2015 10:42:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5EXy-0003Xx-QR for emacs-devel@gnu.org; Wed, 17 Jun 2015 10:42:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5EXx-0008GR-Vv for emacs-devel@gnu.org; Wed, 17 Jun 2015 10:42:34 -0400 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:34701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5EXw-0008G6-Fz; Wed, 17 Jun 2015 10:42:32 -0400 Original-Received: by labbc20 with SMTP id bc20so34676818lab.1; Wed, 17 Jun 2015 07:42:31 -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=S8/4ESSV7CMTFwFkoaTghZ+ibbcBBQIdUNyTTIYjCdA=; b=zl2tmp6GmzcQ0o5NOuN73GMXAA0J0lJy0msUqK/lWNcHFBOnGhQaO1EtavwS5ZAg/i TL86XTFlLw8tCqXtAIJ/iH5QiYkYJ/etIcWU4/BaDWwmiRiNLWf7F19mY/ynC7CQ00wo h3kz7F/CBmn7akmXQAywtpTgufDvUWBLQlu/O+r9KjmRK6s67xY0w7Aufb2fewRdtp24 iaTyyrJKqUMv21jySSsC9YXFapGrQ4YvrRtBjsACt9uEdaHK5xnsFbKs7cL90NlBrEtK vFw7Q5qsx8yqDUOvPmvFpMeppHTTPgQZGq1OEaidxAV1I6prirQpPBSyOEvDKPk/Knm3 XcNg== X-Received: by 10.152.44.166 with SMTP id f6mr8372330lam.86.1434552151808; Wed, 17 Jun 2015 07:42:31 -0700 (PDT) Original-Received: by 10.25.214.133 with HTTP; Wed, 17 Jun 2015 07:42:31 -0700 (PDT) In-Reply-To: <83pp4vn05t.fsf@gnu.org> X-Google-Sender-Auth: Fv9ureGOb1RPkCcL_5n24kB2i3g X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::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:187245 Archived-At: Done 2015-06-16 16:27 GMT+01:00 Eli Zaretskii : >> Date: Tue, 16 Jun 2015 16:22:18 +0100 >> From: Artur Malabarba >> Cc: emacs-devel >> >> Well, getting back on track, should I just move it to "emacs-lisp/"? > > Yes, I think so. > >> 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. > > So are eieio and pcase and macroexp and easymenu and many others you > see in emacs-lisp. The important attribute is that they are basis on > which to build many applications. > > Thanks.