GNU bug report logs - #74298
[PATCH] ; Improve comment indenting in 'lua-ts-mode'

Previous Next

Package: emacs;

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

Date: Sun, 10 Nov 2024 18:59:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74298: closed ([PATCH] ; Improve comment indenting in
 'lua-ts-mode')
Date: Thu, 14 Nov 2024 08:16:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Nov 2024 10:15:28 +0200
with message-id <867c96kz8f.fsf <at> gnu.org>
and subject line Re: bug#74298: [PATCH] ; Improve comment indenting in 'lua-ts-mode'
has caused the debbugs.gnu.org bug report #74298,
regarding [PATCH] ; Improve comment indenting in 'lua-ts-mode'
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74298: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74298
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: john muhl <jm <at> pub.pink>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] ; Improve comment indenting in 'lua-ts-mode'
Date: Sun, 10 Nov 2024 12:58:24 -0600
Tags: patch

This improves nested comment indenting such that:

  local tbl = {
    one = 1,
  -- comment
    two = 2,
  }

becomes:

  local tbl = {
    one = 1,
    -- comment
    two = 2,
  }


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: john muhl <jm <at> pub.pink>
Cc: 74298-done <at> debbugs.gnu.org
Subject: Re: bug#74298: [PATCH] ; Improve comment indenting in 'lua-ts-mode'
Date: Thu, 14 Nov 2024 10:15:28 +0200
> From: john muhl <jm <at> pub.pink>
> Date: Sun, 10 Nov 2024 13:00:31 -0600
> 
> >From cdcbdeafa2b35a7584b7c4c5a19e999476e3a897 Mon Sep 17 00:00:00 2001
> From: john muhl <jm <at> pub.pink>
> Date: Sun, 10 Nov 2024 11:26:33 -0600
> Subject: [PATCH] ; Improve comment indenting in 'lua-ts-mode'

Thanks, installed on the emacs-30 branch, and closing the bug.


This bug report was last modified 247 days ago.

Previous Next


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