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#66159: [PATCH] Various improvements to lua-ts-mode (Bug#66159) Date: Sun, 22 Oct 2023 15:03:47 -0500 Message-ID: <87zg0aj6zn.fsf@pub.pink> References: <8734ynz15f.fsf@pub.pink> <87zg0u9zn2.fsf@gmail.com> <87edi6xpvn.fsf@pub.pink> <87r0m5qw2n.fsf@gmail.com> <87edi4mfu1.fsf@pub.pink> <877cnljb1k.fsf@pub.pink> 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="28857"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 66159@debbugs.gnu.org, Andrey Listopadov , Mauro Aranda To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 23 06:31:56 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 1qumbb-0007I3-HW for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 23 Oct 2023 06:31:55 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qumbH-0005J2-Qy; Mon, 23 Oct 2023 00:31:35 -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 1qumbG-0005Iu-Ca for bug-gnu-emacs@gnu.org; Mon, 23 Oct 2023 00:31:34 -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 1qumbF-00051H-RJ for bug-gnu-emacs@gnu.org; Mon, 23 Oct 2023 00:31:33 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qumbi-00038i-20 for bug-gnu-emacs@gnu.org; Mon, 23 Oct 2023 00:32:02 -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, 23 Oct 2023 04:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66159 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 66159-submit@debbugs.gnu.org id=B66159.169803546111984 (code B ref 66159); Mon, 23 Oct 2023 04:32:02 +0000 Original-Received: (at 66159) by debbugs.gnu.org; 23 Oct 2023 04:31:01 +0000 Original-Received: from localhost ([127.0.0.1]:48779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qumaj-00037B-F3 for submit@debbugs.gnu.org; Mon, 23 Oct 2023 00:31:01 -0400 Original-Received: from out-205.mta0.migadu.com ([91.218.175.205]:21087) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qumad-00036s-7t for 66159@debbugs.gnu.org; Mon, 23 Oct 2023 00:30:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1698035424; 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=dgg0s3/v1ftSN/zgVbysVBnmALCR5+DeKXRm3/0OgLU=; b=X8dEoc9jMCCPSs37/TxAp4FBecV/8y/Q2IMaNzOxEH6yvUEr6v9F4gmVRMQIzMVSvDnHNv 0EWPN+HE+qDn48OvihSomVZ4yrmhndZKbMVGL6KtuDgCC8yG1X+d5B3BHDgpBEQzfcEaNl 9QDAR6QgdpCX4NGanZLAYUGidyEJAZI= 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:273004 Archived-At: Stefan Kangas writes: > john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text > editors" writes: > >> Here is the latest version. Fixed a missing declare-function >> and other minor omissions. > > Thanks. Is this ready for installing on master, or is there anything > else that needs doing first? It should be ok to install.