From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: Request to add tomelr package to GNU ELPA Date: Tue, 3 May 2022 16:31:38 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uF6VLNg/tqSMz2ao" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20588"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 03 16:34:20 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nltbY-00056H-8Q for ged-emacs-devel@m.gmane-mx.org; Tue, 03 May 2022 16:34:20 +0200 Original-Received: from localhost ([::1]:49324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nltbX-0008UV-1i for ged-emacs-devel@m.gmane-mx.org; Tue, 03 May 2022 10:34:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44796) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nltZL-0005E0-Ln for emacs-devel@gnu.org; Tue, 03 May 2022 10:32:05 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:44762) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nltZB-0003Ei-CZ for emacs-devel@gnu.org; Tue, 03 May 2022 10:31:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=zqSGqvz2xcu9dwWXLxNKgH+aFdUs+LXcgowjuoEIhq8=; b=jpGaO1Lqj/u6fYCS4sKm9pliSA x98RmSaa2IQKCzx3SuwHQRBw9tYoUF194WXlfN8JutASjHt0m/MRCE3Hg7tHspdPuQWFG9hkPtXcL dHJzLP6BH2v2Z+Pwca/anByUe9MX3AIhUaJX30/TMKDnusr6UkEv0y5CnbZXbWdRQEeLp8aCoeLx8 sCcJ/WaOUlGqizFgmxfuQsFeFGi77NBFD+wlTc1XHY3reG52eRFiWBg4LUG5aa9QPown10GpFOBYL UPMmmfB4HIJ9nSp2UveJ3fRAmXV35GB2jzRiwlUCaI1sMSzoLa6ThSW/uomlskTYYq0wVG0jEq0AV ETPTgYdw==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1nltYw-0008Q3-Ca for emacs-devel@gnu.org; Tue, 03 May 2022 16:31:38 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:289106 Archived-At: --uF6VLNg/tqSMz2ao Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 03, 2022 at 09:09:28AM -0400, Stefan Monnier wrote: > Kaushal Modi [2022-05-03 06:57:12] wrote: > > I have been working on a small library very much inspired and reused fr= om > > the core library json.el. > [...] > > The source code is at https://github.com/kaushalmodi/tomelr. >=20 > Thanks, I just pushed it to GNU ELPA. >=20 > > The library is called tomelr, and it does just one job: convert the inp= ut > > lisp S-exp (alist or plist) to a TOML (see https://toml.io) config stri= ng. >=20 > "TOML aims to be a minimal configuration file format that's easy to read > due to obvious semantics." >=20 > I can't believe someone would write something like that with > a straight face. [ Unless that someone is very naive, I guess. ] > :-) We're bound to start from zero again and again. Especially in this profession. I believe it's some punishment by some Gods for someone having stolen some fire or something ;-P Cheers --=20 t --uF6VLNg/tqSMz2ao Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCYnE8xAAKCRAFyCz1etHa Rg+WAJ4niI1Ca1M31O9w0vnH7s3xWmmTkQCfYWkGF7h3KTiwyq312VxziNN9fiQ= =XpKG -----END PGP SIGNATURE----- --uF6VLNg/tqSMz2ao--