From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: toml-ts-mode: first draft Date: Sun, 11 Dec 2022 20:23:30 +0200 Message-ID: <837cyxu7dp.fsf@gnu.org> References: <4E261A68-AB14-48A5-B19C-8981CB003F33@secure.kjonigsen.net> <86a63unfvp.fsf@mail.linkov.net> <83cz8pu9cr.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31956"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, jostein@secure.kjonigsen.net, emacs-devel@gnu.org, casouri@gmail.com, theo@thornhill.no To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 11 19:24:05 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 1p4Qzd-00087U-6K for ged-emacs-devel@m.gmane-mx.org; Sun, 11 Dec 2022 19:24:05 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4QzA-0002IN-In; Sun, 11 Dec 2022 13:23:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4Qz8-0002IE-Ut for emacs-devel@gnu.org; Sun, 11 Dec 2022 13:23:35 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4Qz7-0005nM-8Q; Sun, 11 Dec 2022 13:23:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Yih0TpSWY87imCR6mpDlvJeDjXHTYNidEZK7bKp0wsg=; b=QxzFQDIxNVzb MlEFl67xee5DKtSyhdhgjSPtuaAuBqF4k3dD6vm8dXc6QF059J9ru1LWRyWGCBtmzMMetsayHY/Qm 2QTLzgy8NTBRc6S45je4SFNH6wbqRR3aIq9L91vvpIsh0r/YiRbtBQuSpUGKzOweui5qyYNbiDHtk /MWnAlF2x8nXgQBJ6yJuU72bL/dE12+wQk6COfBtPt+JPRCrFG0upB4OU2/kvyIaIu9WcXbvBBcRu 4RNB3zu9U9PGO/DOOR1j2swLpCXBYQFdBtfut3J3Szv7QHVJ0zp0d0G41PQs+UpNK5FhCesBivQa6 WIAmMTTxv5KJ2mepdN5MLw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4Qz6-0001Pp-IP; Sun, 11 Dec 2022 13:23:33 -0500 In-Reply-To: (message from Stefan Kangas on Sun, 11 Dec 2022 10:19:34 -0800) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301163 Archived-At: > From: Stefan Kangas > Date: Sun, 11 Dec 2022 10:19:34 -0800 > Cc: jostein@secure.kjonigsen.net, emacs-devel@gnu.org, casouri@gmail.com, > theo@thornhill.no > > Eli Zaretskii writes: > > >> Why not lisp/textmodes/toml-ts-mode.el? > > > > I agree: conf-mode is in textmodes, so this new mode should be there > > as well. > > Should json-ts-mode.el be moved to textmodes as well? I don't see why. JSON is a programming feature, not text for human consumption.