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: Merging nth, aref, and elt. Date: Thu, 18 Dec 2014 14:12:22 -0500 Message-ID: References: <87oast997c.fsf@fencepost.gnu.org> <87bnor3eyt.fsf@uwakimon.sk.tsukuba.ac.jp> <87wq5u79nk.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418929986 9851 80.91.229.3 (18 Dec 2014 19:13:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2014 19:13:06 +0000 (UTC) Cc: Nicolas Petton , David Kastrup , "Stephen J. Turnbull" , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 18 20:12:58 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 1Y1gVL-0003Q6-Nl for ged-emacs-devel@m.gmane.org; Thu, 18 Dec 2014 20:12:55 +0100 Original-Received: from localhost ([::1]:55450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1gVK-00024a-VE for ged-emacs-devel@m.gmane.org; Thu, 18 Dec 2014 14:12:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1gVA-00024P-0W for emacs-devel@gnu.org; Thu, 18 Dec 2014 14:12:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1gUy-0008Gy-OP for emacs-devel@gnu.org; Thu, 18 Dec 2014 14:12:43 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:47935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1gUq-0008Es-N4; Thu, 18 Dec 2014 14:12:24 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AskIAOwQflTO+ILA/2dsb2JhbABbgweDYMp3BAICgSQXAQEBAQEBfIQDAQEDAVYjBQsLDiYSFBgNJIhKCdZZAQEBBwEBAQEekG8HhEgFiwGkLoF4ggQegXchgncBAQE X-IPAS-Result: AskIAOwQflTO+ILA/2dsb2JhbABbgweDYMp3BAICgSQXAQEBAQEBfIQDAQEDAVYjBQsLDiYSFBgNJIhKCdZZAQEBBwEBAQEekG8HhEgFiwGkLoF4ggQegXchgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="102915301" Original-Received: from 206-248-130-192.dsl.teksavvy.com (HELO pastel.home) ([206.248.130.192]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Dec 2014 14:12:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id F04442D79; Thu, 18 Dec 2014 14:12:22 -0500 (EST) In-Reply-To: (Artur Malabarba's message of "Thu, 18 Dec 2014 14:01:20 -0200") 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:180284 Archived-At: > As a starting point, I could patch `get' to work on hash tables and > alists (thus ditching this patch on `elt'), if that's desirable. I think it's better to work directly on a new "seq.el for associative tables" (I suggested to call it "map.el", but if someone has a better idea, I'm not wedded to this name). Stefan