[ESS] turning off ess-r-package-mode

2016-08-24 Thread Tyler Smith
Hi, I am working on a package that is currently unloadable (conflicts between NAMESPACE and current R/ code). Working on this is very difficult, because I can't convince ESS to treat my code files as regular files, rather than as part of the package. For example, I can pass a class definition to

Re: [ESS] turning off ess-r-package-mode

2016-08-24 Thread Tyler Smith
The `ess-r-package-auto-activate` toggle isn't working for me. From `emacs -Q`, I'm setting up with this script: (require 'package) (setq package-load-list '((ess t) (julia-mode t)) (package-initialize) (require 'ess-site) (setq ess-r-package-auto-activate nil) And I'm still getting