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: let-alist.el Date: Tue, 16 Jun 2015 18:27:42 +0300 Message-ID: <83pp4vn05t.fsf@gnu.org> References: <83wpz5nh2b.fsf@gnu.org> <83h9q8op9s.fsf@gnu.org> <83bnggonab.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1434468573 23849 80.91.229.3 (16 Jun 2015 15:29:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jun 2015 15:29:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 16 17:29:24 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 1Z4sng-0004DF-KB for ged-emacs-devel@m.gmane.org; Tue, 16 Jun 2015 17:29:20 +0200 Original-Received: from localhost ([::1]:40956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4snf-0008Cn-KS for ged-emacs-devel@m.gmane.org; Tue, 16 Jun 2015 11:29:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4snM-0008A3-EB for emacs-devel@gnu.org; Tue, 16 Jun 2015 11:29:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4snF-00067H-CA for emacs-devel@gnu.org; Tue, 16 Jun 2015 11:29:00 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:47491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4snF-00066e-53 for emacs-devel@gnu.org; Tue, 16 Jun 2015 11:28:53 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NQ100000MKAY700@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 16 Jun 2015 18:27:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NQ1000NFMYIQJ90@a-mtaout20.012.net.il>; Tue, 16 Jun 2015 18:27:54 +0300 (IDT) 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.166 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:187214 Archived-At: > 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.