From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: New assoc-let package Date: Wed, 10 Dec 2014 14:00:44 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87h9x372jn.fsf@lifelogs.com> References: <87mw72q5z2.fsf@lifelogs.com> <874mt9o5w5.fsf@lifelogs.com> <87mw6va5vq.fsf@lifelogs.com> <87388na4jc.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418238026 9152 80.91.229.3 (10 Dec 2014 19:00:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2014 19:00:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 20:00:19 2014 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 1XymUl-000287-4R for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2014 20:00:19 +0100 Original-Received: from localhost ([::1]:47400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XymUk-00089r-Qc for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2014 14:00:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XymUc-00087l-16 for emacs-devel@gnu.org; Wed, 10 Dec 2014 14:00:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XymUV-00067t-CO for emacs-devel@gnu.org; Wed, 10 Dec 2014 14:00:09 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:37331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XymUV-00064n-69 for emacs-devel@gnu.org; Wed, 10 Dec 2014 14:00:03 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XymUU-000201-4S for emacs-devel@gnu.org; Wed, 10 Dec 2014 20:00:02 +0100 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Dec 2014 20:00:02 +0100 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Dec 2014 20:00:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:S7DcTdmUmlWpsuNYXfvukfm8AJM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:179680 Archived-At: On Wed, 10 Dec 2014 16:28:19 -0200 Artur Malabarba wrote: AM> 2014-12-10 15:49 GMT+00:00 Ted Zlatanov : >> On Wed, 10 Dec 2014 10:43:23 -0500 Stefan Monnier wrote: >> >>>> Hmm, I don't see that the Package header is necessary. At least >>>> cfengine.el doesn't have it. Am I missing something? >> SM> You're probably right. >> >> All right, when Artur gives the final OK, I'll merge to master. He's in >> the ChangeLog already so his contributor papers are OK. AM> Thanks Ted, there's only one small thing I'd like to add at the end of AM> the header comments (quoted below). AM> I've added it as an ammend to your branch, and pushed it to the AM> malabarba/let-alist-package-rc3 branch. AM> ;; Note that only one level is supported. If you nest `let-alist' AM> ;; invocations, the inner one can't access the variables of the outer AM> ;; one. I added something similar but yours is better :) ;; Note that only one level is supported. You can't nest `let-alist' ;; invocations safely. AM> If you're ok with that feel free to merge. Yup, except I cherry-picked to avoid the unnecessary merge message. Feel free to delete your RC branch--I deleted mine. Ted