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
After having downloaded and compiled the edts package using the M-x package-install RET edts RET command, I get the error below when trying to do edts-mode
Symbol's value as variable is void: erlang-operators-regexp
I'm using GNU Emacs 26.1 for Mac.
The text was updated successfully, but these errors were encountered:
That is strange. It should be defined in erlang-mode which is a dependency of EDTS. I currently have erlang-20171219.305 installed on my system and that has the variabble there. Could it be that you load the libraries in the wrong order?
For what it's worth I see exactly the same issue on a fresh install of Emacs 26.1 as well, whether I explicitly install erlang-mode before edts or not...
After having downloaded and compiled the edts package using the
M-x package-install RET edts RET
command, I get the error below when trying to doedts-mode
I'm using GNU Emacs 26.1 for Mac.
The text was updated successfully, but these errors were encountered: