You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
(defconsterlang-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.
The text was updated successfully, but these errors were encountered:
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
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:
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.
The text was updated successfully, but these errors were encountered: