edts
edts copied to clipboard
Symbol's value as variable is void: erlang-operators-regexp
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.
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...
Have reverted to Emacs 25 in the mean time.
Is this still an issue? If not, should it be closed?