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: Sat, 07 Oct 2023 13:10:31 -0500 Message-ID: <87edi6xpvn.fsf@pub.pink> References: <8734ynz15f.fsf@pub.pink> <87zg0u9zn2.fsf@gmail.com> Reply-To: john muhl Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29454"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 66159@debbugs.gnu.org To: Andrey Listopadov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 07 20:13:58 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 1qpBoM-0007S0-1C for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 07 Oct 2023 20:13:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qpBo8-00056z-45; Sat, 07 Oct 2023 14:13:44 -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 1qpBo6-00056p-Ug for bug-gnu-emacs@gnu.org; Sat, 07 Oct 2023 14:13:43 -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 1qpBo6-0007Ar-Ml for bug-gnu-emacs@gnu.org; Sat, 07 Oct 2023 14:13:42 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qpBoP-0001C9-Pw for bug-gnu-emacs@gnu.org; Sat, 07 Oct 2023 14:14: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: Sat, 07 Oct 2023 18:14:01 +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.16967024244553 (code B ref 66159); Sat, 07 Oct 2023 18:14:01 +0000 Original-Received: (at 66159) by debbugs.gnu.org; 7 Oct 2023 18:13:44 +0000 Original-Received: from localhost ([127.0.0.1]:55870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpBo8-0001BN-HW for submit@debbugs.gnu.org; Sat, 07 Oct 2023 14:13:44 -0400 Original-Received: from out-205.mta0.migadu.com ([2001:41d0:1004:224b::cd]:58859) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpBo5-0001BE-Vt for 66159@debbugs.gnu.org; Sat, 07 Oct 2023 14:13:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1696702400; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NeTAsJ4re31H1WWSymlhyEktSiTuhSNXDV3c8Fbhlrw=; b=dV8JEQicvhQGQ/sCASkkeDUnuuWkaNqOw5tyd1UdQ9G/V6gtvOPAGUF17Z166tmWrxkQcH /VxISv9PQmiEr1UigsXnGlCfKFNuwypXvjFX/0sl+a42zgNk1+jIPhXZYLtKe/IHdmbLKd +VbLtWNPU/0rsEIpRvTs+9G0dm5pArM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-reply-to: <87zg0u9zn2.fsf@gmail.com> 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:272032 Archived-At: Andrey Listopadov writes: > john muhl writes: > >> Tags: patch >> >> Here is a cleaned up patch. A couple of small additions unrelated to >> this bug are included but I can separate them if anyone prefers. The >> additions are: >> >> - Make lua-ts-mode-hook a defcustom. >> - Add an option to use a history file for inferior process input. >> >> Andrey if you could test this one it=E2=80=99d be appreciated. Thanks fo= r your >> help. >> >> [2. text/x-patch; 0001-Various-improvements-to-lua-ts-mode-Bug-66159.pat= ch]... > > It seems the last patch broke the movement. The tests for those pass and are still working here. Maybe you found another case that needs to be improved. What is the specific problem?