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

Braun, Michael br@unm @end|ng |rom m@||@@mu@edu
Fri Sep 20 17:41:44 CEST 2019


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 <spinuvit using gmail.com> wrote:
> 
> 
> > (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 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 whatsoever. Dependencies will be resolved automatically because elpa packages are already in the path. 
> 
>   Vitalie



More information about the ESS-help mailing list