> > I am new to ESS and learnt that ESS is the way to go about editing R file with highlighting, coloring in Emacs. Below is the line I put in my .emacs file: > > (add-to-list 'auto-mode-alist '("\\.R$" . ess-mode)) Did you also put something like: (require 'ess-site) in your .emacs?