Re: [ESS] Issue with polymode installed from ELPA

2019-09-20 Thread Sparapani, Rodney via ESS-help
> Just to clarify that none of those requires is really needed unless you > install polymode and poly-xyz > from the source and want to load from special locations. If installed from > melpa, everything > (including file associations) should work out of the box. No configuration > needed whats

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