Not sure if that can help, but on OSX, I had the same issue because it's easy to end up with two separately installed Emacs programs, and ESS got installed to only one of the two.
On Monday, October 12, 2015 at 10:14:21 AM UTC-4, Andrei Zh wrote: > > Just tried the same commit on my Linux Mint and everything works, so it > may be something specific to your installation. > > If you type `M-x julia-` and press TAB, are there any autosuggestions > shown at all? > > On Sunday, October 11, 2015 at 5:57:12 PM UTC+3, Alex wrote: >> >> Hello, >> >> I have installed ESS and put the following into the initialization file: >> >> (add-to-list 'load-path "../ESS/lisp/") >> (load "../ESS/lisp/ess-site") >> (require 'ess-site) >> (setq inferior-julia-program-name ".../Julia-0.4.0/bin/julia.exe") >> >> >> After that I check if ESS is installed >> >> M-x ess-version >> >> Output: >> ess-version: 15.09 [git: db0b752c89bc0143eaf175a9819966955fef8a38] >> (loaded from ../ESS/) >> >> >> But I can't toggle julia mode. I open file.jl and "M-x julia" command >> isn't available >> >> Any ideas how to fix that? >> >> >>
