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

2019-09-20 Thread Braun, Michael via ESS-help
Understood. I’m realtively new to emacs customization and lisp (mainly learning it to deal with these polymode issues), so I’m still experimenting with how it all fits together. Thanks for pointing this out. > On Sep 20, 2019, at 5:41 AM, Vitalie Spinu wrote: > > > > (add-to-list 'load-p

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

2019-09-20 Thread Vitalie Spinu via ESS-help
> (add-to-list 'load-path "~/Library/Preferences/Aquamacs Emacs/Packages/lisp/") > (require 'ess-site) > (load "ess-autoloads") ;; need to register Rnw files > (require ‘polymode) ;; version 2.0 now > (require 'poly-markdown) > (require 'poly-noweb) > (require 'poly-R) ;; Just to clarify that n

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