Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERL-1195: Wrong indentation by Emacs' erlang-mode #3808

Open
OTP-Maintainer opened this issue Mar 17, 2020 · 1 comment
Open

ERL-1195: Wrong indentation by Emacs' erlang-mode #3808

OTP-Maintainer opened this issue Mar 17, 2020 · 1 comment
Assignees
Labels
bug Issue is reported as a bug help wanted Issue not worked on by OTP; help wanted from the community priority:low team:PS Assigned to OTP team PS

Comments

@OTP-Maintainer
Copy link

Original reporter: robertoaloi
Affected version: Not Specified
Component: Not Specified
Migrated from: https://bugs.erlang.org/browse/ERL-1195


This is how code is indented by erlang-mode 20200313.1030 from melpa
{noformat}
-module(test).
-export([go/0]).
go() ->
  fun(Char) ->
      case Char of
        $\. -> $\_;
_ -> Char
  end
end. {noformat}
@OTP-Maintainer OTP-Maintainer added bug Issue is reported as a bug team:PS Assigned to OTP team PS priority:low labels Feb 10, 2021
@u3s
Copy link
Contributor

u3s commented May 17, 2023

still issue with Emacs28

@IngelaAndin IngelaAndin added the help wanted Issue not worked on by OTP; help wanted from the community label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug help wanted Issue not worked on by OTP; help wanted from the community priority:low team:PS Assigned to OTP team PS
Projects
None yet
Development

No branches or pull requests

4 participants