From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: Obsoleting hash-table-* functions in subr-x in favor of map-* functions Date: Mon, 22 Jun 2015 13:46:22 +0300 Message-ID: References: <87h9q0ga81.fsf@petton.fr> <87si9kjj87.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3d55c142b2c051918fcec X-Trace: ger.gmane.org 1434970001 7373 80.91.229.3 (22 Jun 2015 10:46:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2015 10:46:41 +0000 (UTC) Cc: emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 12:46:40 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 1Z6zFQ-0006Zf-0i for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 12:46:40 +0200 Original-Received: from localhost ([::1]:39219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6zFP-0007ZH-CE for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 06:46:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6zFB-0007Z1-1X for emacs-devel@gnu.org; Mon, 22 Jun 2015 06:46:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6zF9-0007H7-RF for emacs-devel@gnu.org; Mon, 22 Jun 2015 06:46:24 -0400 Original-Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:35285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6zF9-0007Gz-Ir for emacs-devel@gnu.org; Mon, 22 Jun 2015 06:46:23 -0400 Original-Received: by lbbwc1 with SMTP id wc1so106177600lbb.2 for ; Mon, 22 Jun 2015 03:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qIQDecrjC5nNdoX9V7tit7stEmltg9+g16NMfckTwos=; b=pC1s/BrcHOvXAsZeErYP/6940t+8ENZkY1i5k4hWEwTIjYZsB86TJk5e9Jb8ixjYqo oXIt7nxRUd8PT8vW2XevV/LtGfj4ww/Mx1Sw6yO7+Zjx2Yc+Jn1lXf4dnrMerrxNuJBQ LlJkjPkO4thiz1vdmRwwel16hTtHKCXHg3c0q8UfBXH8ydvMVWReLfGjeQCDL3QfQlnK oY9fB6Zgi8cZdI2d2+3+jSnunTEVZATVPqOfo2fZjyOIOfUONWc+hb8xNL7rKyRGt7MJ OmXhh5t3igyDv9IT5Bf3211w4WEgwFGeatkRU/cE4H6wivAT8DQKD7o7yV2Yz1hnaT9c Nxmg== X-Received: by 10.112.12.102 with SMTP id x6mr22714767lbb.80.1434969982640; Mon, 22 Jun 2015 03:46:22 -0700 (PDT) Original-Received: by 10.112.172.164 with HTTP; Mon, 22 Jun 2015 03:46:22 -0700 (PDT) In-Reply-To: <87si9kjj87.fsf@petton.fr> X-Google-Sender-Auth: 6QOQst3T6X_F990rzMsqim7nYU4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22a 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:187370 Archived-At: --001a11c3d55c142b2c051918fcec Content-Type: text/plain; charset=UTF-8 Yep, this makes perfect sense. On 22 June 2015 at 10:27, Nicolas Petton wrote: > Bozhidar Batsov writes: > > > Sounds a bit strange to me. > > Might be. I was merely asking. But now I think it should be the > opposite: map should use hash-table-* functions for hash-tables whenever > possible. > > Nico > -- > Nicolas Petton > http://nicolas-petton.fr > --001a11c3d55c142b2c051918fcec Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yep, this makes perfect sense.

On 22 June 2015 at 10:27, Nicolas Petto= n <nicolas@petton.fr> wrote:
Bozhidar Batsov <bozhidar@batsov.com> writes:

> Sounds a bit strange to me.

Might be. I was merely asking.=C2=A0 But now I think it should be th= e
opposite: map should use hash-table-* functions for hash-tables whenever possible.

Nico
--
Nicolas Petton
h= ttp://nicolas-petton.fr

--001a11c3d55c142b2c051918fcec--