From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.bugs Subject: bug#28753: 25.3; Functions to get alist from hash table and vice versa Date: Thu, 12 Oct 2017 15:27:34 +0200 Message-ID: <87r2u8sdh5.fsf@petton.fr> References: <54ecd1bb-0c84-4b0a-b19e-3a89cbe832bc@default> <87r2uce9u8.fsf@web.de> <3da0f75d-6000-410d-9e0b-ea293677b5ed@default> <87wp4038m0.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1507816025 19025 195.159.176.226 (12 Oct 2017 13:47:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2017 13:47:05 +0000 (UTC) Cc: 28753@debbugs.gnu.org To: Michael Heerdegen , Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 12 15:47:00 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2dpA-00044y-Vm for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Oct 2017 15:46:57 +0200 Original-Received: from localhost ([::1]:45655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2dpI-0005iq-9h for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Oct 2017 09:47:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2dWv-000727-UZ for bug-gnu-emacs@gnu.org; Thu, 12 Oct 2017 09:28:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2dWs-0005pu-3N for bug-gnu-emacs@gnu.org; Thu, 12 Oct 2017 09:28:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:54569) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2dWr-0005po-Vj for bug-gnu-emacs@gnu.org; Thu, 12 Oct 2017 09:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e2dWr-0007P3-Kf for bug-gnu-emacs@gnu.org; Thu, 12 Oct 2017 09:28:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Petton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Oct 2017 13:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28753 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 28753-submit@debbugs.gnu.org id=B28753.150781486428430 (code B ref 28753); Thu, 12 Oct 2017 13:28:01 +0000 Original-Received: (at 28753) by debbugs.gnu.org; 12 Oct 2017 13:27:44 +0000 Original-Received: from localhost ([127.0.0.1]:35017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2dWa-0007OU-B2 for submit@debbugs.gnu.org; Thu, 12 Oct 2017 09:27:44 -0400 Original-Received: from petton.fr ([89.234.186.68]:58424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2dWX-0007OC-S5 for 28753@debbugs.gnu.org; Thu, 12 Oct 2017 09:27:42 -0400 In-Reply-To: <87wp4038m0.fsf@web.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=petton.fr; s=mail; t=1507814855; bh=Dve9UYrsPPFo8IP3e85B+IyjZ5sq7i+7Sv0oVL9SwQA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:MIME-Version:Content-Type; b=UvFudFxnO/EX3qOhxmbIFUMGOALWVO7XJ2YPwnvNSZMe/nYcbajKKfy+DyswMY/wQ6ydPegaJ6uhYOPQCvDp0UjRcbJz/r8ZbGDmL+5J89N/WHuno1PEfErEN/5jSCYrp4ZuTqOaN7UZEM7hD4PSafVxhzbOHPyLUmMZxhbQARs= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:138277 Archived-At: --=-=-= Content-Type: text/plain Michael Heerdegen writes: >> Actually, going from alist to hash table doesn't look so >> useful with `map-into'. A caller should be able to specify >> the hash-table parameters (features), such as :test. > > Yeah, that's what I thought, too. That's something I can easily add. `map-into' would then look like the following `(defun map-into (map type &rest keywords))'. However, `keywords' would be ignored when converting to an alist. I'm not sure I like it. > Maybe Nicolas, maintainer of the library, wants to kick in (CC'ing > him). No you didn't :-P. Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEKNO+2FH986tX/vk8IzWHpHwgeRAFAlnfbcYACgkQIzWHpHwg eRCL5QgAnz1A5ogY3+pTs99jgP2KQJUq8Tp+Pz1l777AoSnKpc7WApNquV77kZoq HULhbW0UfDQMfLAmLNBJvGxNNJmzQNG4eyBtRb3bS88wTJjprBEwnyi2WBqMDRw1 Xbuwql/vb8dfVaOScSvGqNGU3XxxIzp8laYk+408p+4i94pytFR3jlgyXkrWdL8I jxqdMHbEVm+lVxu4EFJmRr+Cr9RsS++US/t5GpMzsInN83QFVI8INq1nejlyeiXN Ga0EvibaPksHKcEuLdZ2Qd8vCr44NtIXb2ZhBkCwiaUbJ/O0bzblqM5NxusqlxM+ wG8+NENVnDYIIJXFtgPLKBp/4IAH9A== =ksU3 -----END PGP SIGNATURE----- --=-=-=--