all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Richard Stallman <rms@gnu.org>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>,
	Robert Pluim <rpluim@gmail.com>,
	Emacs developers <emacs-devel@gnu.org>
Subject: Re: Request to add tomelr package to GNU ELPA
Date: Thu, 5 May 2022 17:16:05 -0400	[thread overview]
Message-ID: <CAFyQvY1zKJD9c+859CqGUObZXKiO9hzheY+kBO1nDdnb_sWBaw@mail.gmail.com> (raw)
In-Reply-To: <E1nmgLL-0001SI-3p@fencepost.gnu.org>

On Thu, May 5, 2022 at 2:36 PM Richard Stallman <rms@gnu.org> wrote:
>
> I wonder: Is the TOML syntax actually in use by users

I have seen TOML in wild at multiple places:

1. Hugo static site generator config file (config.toml):
https://gohugo.io/getting-started/configuration/
2. Blog post front-matter (meta-data). The top portion of each blog
post contains meta-data for the post, like title, author, tags, etc.
*This is the primary reason why I created tomerl.el.*
3. I haven't coded in Rust but I have seen TOML gain popularity due to
its package config (cargo.toml) files:
https://doc.rust-lang.org/cargo/reference/manifest.html
4. Many languages (Python, Perl, Rust, Nim, C, C++, Go, Java, Swift,
Dart, Fortran, etc.) have parsers and generators for TOML.

> , or is it effectively just a proposal for programs to possibly adopt?

Based on above, it's used in many large projects already. These
projects definitely saw the value of using TOML over YAML and JSON.

> If it is the latter, I think it's not useful to include in GNU ELPA.
> Let's instead wait and see if it catches on.

Sorry, but this package is already on GNU ELPA and I am already using
it as a dependency for my other project ox-hugo (it converts Org mode
content to Markdown for the Hugo static site generator, and converts
the meta-data from Org mode to TOML front-matter for the posts (now
using this tomelr library)).

>  That would be the time to include support for it in Emacs.

I requested to have this package included only to GNU ELPA, and it's
already there. So I am grateful for that.
https://elpa.gnu.org/packages/tomelr.html

Thanks for your comments!



  reply	other threads:[~2022-05-05 21:16 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03 10:57 Request to add tomelr package to GNU ELPA Kaushal Modi
2022-05-03 13:09 ` Stefan Monnier
2022-05-03 14:29   ` Kaushal Modi
2022-05-03 14:38     ` Stefan Monnier
2022-05-04  7:10       ` Robert Pluim
2022-05-04 13:02         ` Stefan Monnier
2022-05-05 18:36           ` Richard Stallman
2022-05-05 21:16             ` Kaushal Modi [this message]
2022-05-03 14:31   ` tomas
2022-05-03 16:07 ` João Pedro
2022-05-03 16:45   ` Kaushal Modi
2022-05-03 17:41     ` Stefan Monnier
2022-05-03 17:51       ` Kaushal Modi
2022-05-03 18:01     ` João Pedro
2022-05-03 21:39       ` Kaushal Modi
2022-05-03 22:41         ` Stefan Monnier
2022-05-03 22:56           ` Kaushal Modi
2022-05-03 23:02             ` Stefan Monnier
2022-05-04  0:40               ` Kaushal Modi
2022-05-04  2:10                 ` Stefan Monnier
2022-05-04  2:37                   ` Kaushal Modi
2022-05-04 12:40                 ` Unable to get .elpaignore to work [Was: Request to add tomelr package to GNU ELPA] Kaushal Modi
2022-05-04 12:52                   ` Kaushal Modi
2022-05-04 13:06                     ` Kaushal Modi
2022-05-04 13:18                       ` Stefan Monnier
2022-05-04 15:03                       ` Stefan Monnier
2022-05-04 15:06                         ` Kaushal Modi
2022-05-04 15:11                           ` Stefan Monnier
2022-05-04 21:14                             ` Kaushal Modi
2022-05-04 22:47 ` Request to add tomelr package to GNU ELPA Richard Stallman
2022-05-05 21:05   ` Kaushal Modi
2022-05-06 23:19     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY1zKJD9c+859CqGUObZXKiO9hzheY+kBO1nDdnb_sWBaw@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rms@gnu.org \
    --cc=rpluim@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.