Skip to content

Map keys regex crashes/zombifies emacs master #445

Closed
@deadtrickster

Description

@deadtrickster

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions