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

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

bug#61923: 30.0.50; go-ts-mode, multiline raw-string-literal wrong inde


From: Yuan Fu
Subject: bug#61923: 30.0.50; go-ts-mode, multiline raw-string-literal wrong indentation
Date: Fri, 3 Mar 2023 14:29:28 -0800

Gleb Zakharov <snyssfx@posteo.net> writes:

> Eli Zaretskii <eliz@gnu.org> writes:
>
>> If you are saying that the indentation inside string is incorrect in
>> general, then I agree we should fix it.  (I don't use Go.)  But then
>> please present the reproduction recipe which doesn't use another
>> language in the string, but simply has a string, which is corrupted by
>> indentation.
>
> Yes, it seems to be incorrect in general. Sorry for the misguidance
> regarding language embedding, it is just how I noticed the issue.
>
> Here is a recipe of how to reproduce it for a usual piece of text in a
> scratch buffer with `emacs -Q` :
>
> ```
> /*
> (require 'treesit)
> (require 'go-ts-mode)
> (setq treesit-extra-load-path 
> '("/home/snyssfx/.guix-home/profile/lib/tree-sitter"))
> (go-ts-mode)
> */
>
> func a() {
>       _ = `
> Lorem ipsum dolor sit amet,
> consectetur adipiscing elit,
> sed do eiusmod tempor incididunt ut
> labore et dolore magna aliqua.`
> }
> ```
>
> If we call M-q anywhere in a function or insert a new line in the
> string literal, the text or its part will be indented. However, the
> expected behavior is for it to stay as it is.
>
> Best Regards,
> Gleb

In general we shouldn’t mess with indentation inside of multi-line strings,
Let me see what go-ts-mode is doing.

Yuan





reply via email to

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