bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69562: 29.2.50; go-ts-mode does not handle comments with fill-paragr


From: Eli Zaretskii
Subject: bug#69562: 29.2.50; go-ts-mode does not handle comments with fill-paragraph
Date: Tue, 05 Mar 2024 14:44:25 +0200

> Date: Tue, 5 Mar 2024 14:11:14 +0530
> From:  Ankit Gadiya via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> When fill-paragraph is invoked on the comment lines in the `go-ts-mode`
> buffer, it does not add the comment delimiters on the new lines.
> 
>     // Sample is a sample function with a very long comment. Sample is
> a sample function with a very long comment. Sample is a sample
> function with a very long comment. Sample is a sample function with a
> very long comment.
>     func Sample() {
> 
>     }
> 
> Becomes this:
> 
>     // Sample is a sample function with a very long comment. Sample is a
>     sample function with a very long comment. Sample is a sample function
>     with a very long comment. Sample is a sample function with a very long
>     comment.
>     func Sample() {
> 
>     }

Thanks.

Randy and Yuan, could you please look into this issue?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]