From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New assoc-let package Date: Mon, 08 Dec 2014 09:59:10 -0500 Message-ID: References: <87mw72q5z2.fsf@lifelogs.com> <874mt9o5w5.fsf@lifelogs.com> <87k322jtpw.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418050777 19340 80.91.229.3 (8 Dec 2014 14:59:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2014 14:59:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 08 15:59:30 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 1Xxzmb-0002iF-DF for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2014 15:59:29 +0100 Original-Received: from localhost ([::1]:34409 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxzmb-0006CD-43 for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2014 09:59:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxzmQ-00069t-QB for emacs-devel@gnu.org; Mon, 08 Dec 2014 09:59:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxzmJ-0007Eq-AP for emacs-devel@gnu.org; Mon, 08 Dec 2014 09:59:18 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:14627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxzmJ-0007Ek-7E for emacs-devel@gnu.org; Mon, 08 Dec 2014 09:59:11 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj4PAOwQflRFxLi7/2dsb2JhbABbgweDYIVaxRsCBAICgSQXAQEBAQEBfIQDAQEDAVYoCws0EhQYDYhuCdZZAQEIAgEfkHYWhDIFiwGMVQWXVIF4hBkhgncBAQE X-IPAS-Result: Aj4PAOwQflRFxLi7/2dsb2JhbABbgweDYIVaxRsCBAICgSQXAQEBAQEBfIQDAQEDAVYoCws0EhQYDYhuCdZZAQEIAgEfkHYWhDIFiwGMVQWXVIF4hBkhgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="99864959" Original-Received: from 69-196-184-187.dsl.teksavvy.com (HELO ceviche.home) ([69.196.184.187]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 08 Dec 2014 09:59:10 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 84BB266162; Mon, 8 Dec 2014 09:59:10 -0500 (EST) In-Reply-To: <87k322jtpw.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 08 Dec 2014 05:56:11 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:179395 Archived-At: > I would change the package name to `let-assoc' so it starts with the > thing it resembles, but otherwise I still think it would be useful. I don't see why "assoc" rather than "alist". Stefan