From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tor Kringeland Newsgroups: gmane.emacs.devel Subject: `csv-mode' part of core? Date: Thu, 02 Dec 2021 20:30:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31959"; 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 Thu Dec 02 20:32:36 2021 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 1msroq-000852-3t for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 20:32:36 +0100 Original-Received: from localhost ([::1]:41734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msroo-0001Bw-Vb for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 14:32:34 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msrmZ-000762-LR for emacs-devel@gnu.org; Thu, 02 Dec 2021 14:30:15 -0500 Original-Received: from mailgw301.it.ntnu.no ([129.241.56.179]:48362) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msrmW-0003P3-C6 for emacs-devel@gnu.org; Thu, 02 Dec 2021 14:30:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ntnu.no; i=@ntnu.no; q=dns/txt; s=s1-1909-ntnu; t=1638473409; h=from : to : subject : date : message-id : mime-version : content-type : from; bh=E72OlldURTTKBFEMBDnwoeCLSby5VfpEwOo6Ysrocfw=; b=rm30KI1Uk8dA+rBvE12xEEu/rW2fM/g3QUSGLbPjs0+duAiyiQsGjpdiqpPmFecAisCrl CIiXQzSzbodgEx9Ja2EgMCkL63BLOnV52pXUNrFzak8q5ySnJ6u3PmzDs4J3Fxj+n3CuwKs h6CkU7ndwRdIedOIULFSteNeq11Ml+55njJZoKTuPT5/xEqZVR9Ajw4SZh0mGbRD8Cf8Rcj iGVXmmyLtCl1B7H7cUzTo9nEKyKt2GfqIVKjnwL2sF/FwRrnYDqVkN0q2eH95JgTQitLh5q rlq/08fgGP9N8vNI9B3+cvDCmlOjwAWXr4JGw07RtgsAxOhzf8dDAaixhjFw== Original-Received: from localhost (localhost [127.0.0.1]) by mailgw301.it.ntnu.no (Postfix) with ESMTP id 81D4E682C79 for ; Thu, 2 Dec 2021 20:30:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mailgw301.it.ntnu.no Original-Received: from mailgw301.it.ntnu.no ([127.0.0.1]) by localhost (mailgw301.it.ntnu.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8KT0QPYk612Q for ; Thu, 2 Dec 2021 20:30:09 +0100 (CET) Original-Received: from localhost (unknown [91.219.215.154]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: takringe@ntnu.no) by mailgw301.it.ntnu.no (Postfix) with ESMTPSA id 196C8682C56 for ; Thu, 2 Dec 2021 20:30:08 +0100 (CET) Received-SPF: pass client-ip=129.241.56.179; envelope-from=tor.a.s.kringeland@ntnu.no; helo=mailgw301.it.ntnu.no 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 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:280777 Archived-At: Is there a reason `csv-mode' is not part of core currently, or could it be included? It's a very popular storage format, and support for other popular formats like JSON is included in core. Syntax highlighting is arguably not as important here, but still things like `csv-align-mode' makes it useful for editing csv files.