Neal Becker wrote: > I am trying emacs ess mode for julia. I added to .emacs: > > (require 'ess-site) > (require 'julia-mode) > (setq inferior-julia-program-name "/home/nbecker/.local/bin/julia") > > I can invoke a julia shell, using M-x julia. > > But if I visit a julia source file, there are no ess functions. There is no > ess menu there (there is in the julia shell buffer). > > What's really confusing is, the first time I had tried this it worked. The > julia buffer had ess menus, and bindings such as C-c C-c worked. Now I can't > seem to replicate what I did. > > Any ideas?
Ah, it seems (require 'julia-mode) will interfere with ess-julia. It seems ess-julia.el also defines julia-mode. I guess ideally only 1 julia-mode should be defined.
