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

erlang-xemacs-p removed from erlang-mode, breaks wrangler #84

Open
joedevivo opened this issue May 30, 2017 · 0 comments
Open

erlang-xemacs-p removed from erlang-mode, breaks wrangler #84

joedevivo opened this issue May 30, 2017 · 0 comments

Comments

@joedevivo
Copy link

erlang/otp#1411 removes the constant erlang-xemacs-p from erlang-mode, causing wrangler to crash on startup.

The quickest fix is for you to just define it yourself before loading wrangler:

(defconst erlang-xemacs-p (string-match "Lucid\\|XEmacs" emacs-version)
  "Non-nil when running under XEmacs or Lucid Emacs.")

According to erlang/otp#1411, xemacs support was removed, so it's probably worthwhile to remove it from wrangler as well. I'm happy to do it, just let me know if you'd like me to before I put the time in.

@joedevivo joedevivo changed the title erlang-xemacs-p removed from erlang-mode, breaks wrangler erlang-xemacs-p removed from erlang-mode, breaks wrangler May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant