From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#65672: [PATCH emacs 1/1] Add lua-ts-mode Date: Mon, 04 Sep 2023 09:36:10 -0500 Message-ID: <87edjeknly.fsf@pub.pink> References: <169352253839.28940.16024479871485106701-1@git.sr.ht> Reply-To: john muhl Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4319"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Philip Kaludercic , Augusto Stoffel , Mauro Aranda To: 65672@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 04 16:42:29 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1qdAma-0000tA-PN for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 Sep 2023 16:42:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qdAmG-0004bO-Nv; Mon, 04 Sep 2023 10:42:09 -0400 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 1qdAmB-0004Zc-LN for bug-gnu-emacs@gnu.org; Mon, 04 Sep 2023 10:42:03 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qdAmA-00031c-1T for bug-gnu-emacs@gnu.org; Mon, 04 Sep 2023 10:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qdAm9-0007E4-Tt for bug-gnu-emacs@gnu.org; Mon, 04 Sep 2023 10:42:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: john muhl Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Sep 2023 14:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65672 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 65672-submit@debbugs.gnu.org id=B65672.169383846927713 (code B ref 65672); Mon, 04 Sep 2023 14:42:01 +0000 Original-Received: (at 65672) by debbugs.gnu.org; 4 Sep 2023 14:41:09 +0000 Original-Received: from localhost ([127.0.0.1]:52143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdAlJ-0007Cv-9s for submit@debbugs.gnu.org; Mon, 04 Sep 2023 10:41:09 -0400 Original-Received: from out-230.mta0.migadu.com ([2001:41d0:1004:224b::e6]:36106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdAlE-0007Ci-Mp for 65672@debbugs.gnu.org; Mon, 04 Sep 2023 10:41:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1693838462; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AjMk6TFQq3rP/N1XxfGX9MpBzabErJnVR/OIcOTEvr8=; b=YSGjlv8bYQTe0BbLDYq+1yR7YxprHIyzNoXygY96lXt9dlgQLKUUbZRw5M70gndXjtSSzc 8BkZtmESfOuom72AUXgfSmRrG+/dlggKWXGdPxLyGdD7VJfFmexihDQWfrtrBZVmT7a08W VYgozMMcE0S4IwIbkoqkMWw/G3eY/z8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-reply-to: X-Migadu-Flow: FLOW_OUT X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:269244 Archived-At: Thanks everyone for the comments. Is it easier for review to send just the changed parts or resend the complete patch?