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
Map keys regex crashes/zombifies emacs master #445
Comments
@deadtrickster I've been having this issue even without opening elixir-mode on current master of Emacs. Are you also having this issue outside elixir? I too think is a regex bug on Emacs ... |
nope, i don't. but i use handful of modes anyways. |
Also experienced the "complete freeze" here. BTW, I'm using Emacs 27.0.50 |
I think I am hitting this as well. At first I thought it was due to lsp-mode (even went as far to report a false bug at emacs-lsp/lsp-mode#1143). I want to link it here so others can track this issue. |
@deadtrickster has that patch been working for you? It may be worth pushing it in as a PR. |
According to issue elixir-editors#445
I just opened #448 which contains a more comprehensive cleanup, and a good explanation. Please check it out, everyone. |
This makes a setup possible in which a symlink points to the file (e.g. /usr/local/bin/elixir-ls -> /opt/elixir-ls/language_server.sh). Co-authored-by: Joshua Trees <me@jtrees.io>
This reverts commit 843e1a6.
…-editors#471) This reverts commit 843e1a6.
Hi,
when I try open elixir file on emacs master. emacs completely freezes. C-g, ESC nothing can help.
This happened a couple of weeks ago and today I decided to dig into this and found these lines:
If I replace it with
everything is ok.
Probably bug in emacs rx module? I'm not sure... Why one-or-more?
Thanks
The text was updated successfully, but these errors were encountered: