GNU bug report logs - #77102
[PATCH] ; Fix 'lua-ts-mode' tests

Previous Next

Package: emacs;

Reported by: john muhl <jm <at> pub.pink>

Date: Tue, 18 Mar 2025 14:18:02 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77102 in the body.
You can then email your comments to 77102 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#77102; Package emacs. (Tue, 18 Mar 2025 14:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to john muhl <jm <at> pub.pink>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 18 Mar 2025 14:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] ; Fix 'lua-ts-mode' tests
Date: Tue, 18 Mar 2025 09:16:40 -0500
Tags: patch

This removes some tabs that snuck into the tests during the
previous patch and makes indentation settings buffer local.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#77102; Package emacs. (Tue, 18 Mar 2025 14:20:05 GMT) Full text and rfc822 format available.

Message #8 received at 77102 <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: 77102 <at> debbugs.gnu.org
Subject: Re: bug#77102: [PATCH] ; Fix 'lua-ts-mode' tests
Date: Tue, 18 Mar 2025 09:18:56 -0500
[0001-Fix-lua-ts-mode-tests-Bug-77102.patch (text/x-patch, attachment)]
[Message part 2 (text/plain, inline)]
john muhl <jm <at> pub.pink> writes:

> Tags: patch
>
> This removes some tabs that snuck into the tests during the
> previous patch and makes indentation settings buffer local.


Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#77102; Package emacs. (Thu, 20 Mar 2025 12:44:01 GMT) Full text and rfc822 format available.

Message #11 received at 77102 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: john muhl <jm <at> pub.pink>
Cc: 77102 <at> debbugs.gnu.org
Subject: Re: bug#77102: [PATCH] ; Fix 'lua-ts-mode' tests
Date: Thu, 20 Mar 2025 14:42:49 +0200
> From: john muhl <jm <at> pub.pink>
> Date: Tue, 18 Mar 2025 09:18:56 -0500
> 
> >From 68ddcf9addbbd14375deaa08fd91d316b8f8c8ed Mon Sep 17 00:00:00 2001
> From: john muhl <jm <at> pub.pink>
> Date: Tue, 18 Mar 2025 09:12:39 -0500
> Subject: [PATCH] ; Fix 'lua-ts-mode' tests (Bug#77102)
> 
> * test/lisp/progmodes/lua-ts-mode-resources/indent.erts:
> Remove unintended use of tabs and make indentation settings
> buffer local.

Thanks.  Is this for master or for the release branch?  If the latter,
then it doesn't apply cleanly.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#77102; Package emacs. (Thu, 20 Mar 2025 13:32:02 GMT) Full text and rfc822 format available.

Message #14 received at 77102 <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 77102 <at> debbugs.gnu.org
Subject: Re: bug#77102: [PATCH] ; Fix 'lua-ts-mode' tests
Date: Thu, 20 Mar 2025 08:25:14 -0500
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: john muhl <jm <at> pub.pink>
>> Date: Tue, 18 Mar 2025 09:18:56 -0500
>> 
>> >From 68ddcf9addbbd14375deaa08fd91d316b8f8c8ed Mon Sep 17 00:00:00 2001
>> From: john muhl <jm <at> pub.pink>
>> Date: Tue, 18 Mar 2025 09:12:39 -0500
>> Subject: [PATCH] ; Fix 'lua-ts-mode' tests (Bug#77102)
>> 
>> * test/lisp/progmodes/lua-ts-mode-resources/indent.erts:
>> Remove unintended use of tabs and make indentation settings
>> buffer local.
>
> Thanks.  Is this for master or for the release branch?  If the latter,
> then it doesn't apply cleanly.

It’s only for master. The release branch didn’t (and shouldn’t)
receive the previous change that introduced the tab characters. I
didn’t think the change to buffer local values warranted a
separate patch that could apply to both but if you think different
just let me know. Thanks.




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 20 Mar 2025 13:37:02 GMT) Full text and rfc822 format available.

Notification sent to john muhl <jm <at> pub.pink>:
bug acknowledged by developer. (Thu, 20 Mar 2025 13:37:02 GMT) Full text and rfc822 format available.

Message #19 received at 77102-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: john muhl <jm <at> pub.pink>
Cc: 77102-done <at> debbugs.gnu.org
Subject: Re: bug#77102: [PATCH] ; Fix 'lua-ts-mode' tests
Date: Thu, 20 Mar 2025 15:36:19 +0200
> From: john muhl <jm <at> pub.pink>
> Cc: 77102 <at> debbugs.gnu.org
> Date: Thu, 20 Mar 2025 08:25:14 -0500
> 
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> >> * test/lisp/progmodes/lua-ts-mode-resources/indent.erts:
> >> Remove unintended use of tabs and make indentation settings
> >> buffer local.
> >
> > Thanks.  Is this for master or for the release branch?  If the latter,
> > then it doesn't apply cleanly.
> 
> It’s only for master. The release branch didn’t (and shouldn’t)
> receive the previous change that introduced the tab characters. I
> didn’t think the change to buffer local values warranted a
> separate patch that could apply to both but if you think different
> just let me know. Thanks.

Thanks, installed on master, and closing the bug




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 18 Apr 2025 11:24:18 GMT) Full text and rfc822 format available.

This bug report was last modified 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.