On Tue, Mar 24, 2015 at 5:07 AM, Boris Kheyfets <[email protected]> wrote: >> it seems (require 'julia-mode) will interfere with ess-julia. > > wow, that sucks. Well, it cannot be otherwise as long as both julia-mode and ess-julia are major modes. Only one major mode can be active at a time.
There are plans on the ESS side to integrate julia-mode -- see https://github.com/emacs-ess/ESS/pull/122 Best, Ista I find-replaced julia-mode to ess-julia-mode in > ESS/lisp/ess-julia.el seems to be working so far. > > > > On Thursday, July 31, 2014 at 5:51:02 PM UTC+4, Neal Becker wrote: >> >> 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. >> >
