Re: [ESS] ESS-help Digest, Vol 199, Issue 3

2019-09-10 Thread Braun, Michael via ESS-help
I use Aquamacs 3.5, based on emacs 25.3, ESS 18.10.3snapshot from MELPA, OSX 10.14.16, and the following works for me. (add-to-list 'load-path "~/Library/Preferences/Aquamacs Emacs/Packages/lisp/") (require 'ess-site) (load "ess-autoloads") ;; need to register Rnw files (require ‘polymode) ;; ve

Re: [ESS] Issue with polymode installed from ELPA

2019-09-10 Thread Sparapani, Rodney via ESS-help
Hi Michael: Oh, sorry. The errors are something like "file polymode not found". So not necessarily related to the load order. The load errors come from the brute force method of manually loading the files in the wrong order (which I resolved). So, I've just tested it, but I didn't get any cr