I have downloaded julia-mode and ess from the melpa repository and eldoc and completion do not work.
TAB does not have any effect. If I type map(
at the julia prompt, eloc prints map:
in the minibuffer without displaying the arguments.
The help system works as expected though. The mode line displays (iESS [julia]: run ElDoc)
. I am using emacs 25.1.1, this is a basic install with default configuration. I byte-recompiled ess without success. Any hint? Maybe I should install and build ess from git.
EDIT: an upgrade of ESS from MELPA to the latest version solved the problem.