Closed
Description
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:
(,(elixir-rx (group (and (one-or-more identifiers) ":")) space)
1 elixir-atom-face)
If I replace it with
(,(elixir-rx (group (and identifiers ":")) space)
1 elixir-atom-face)
everything is ok.
Probably bug in emacs rx module? I'm not sure... Why one-or-more?
Thanks
Metadata
Metadata
Assignees
Labels
No labels