[ESS] .emacs file seems not fully operative since upgrade from 22.3 to 24.3

Rodney Sparapani rsparapa at mcw.edu
Thu Feb 16 21:10:15 CET 2012


Christopher W. Ryan wrote:
> Thanks, Vitalie.
> 
> I tried a few of your suggestions at a time.
> 
> (global-visual-line-mode -1)
> ;and
> (cd "C:\DATA\")
> 

That should be
(cd "C:\\DATA\\")
or maybe
(cd "C:/DATA/")

However, I can't really recommend that approach.  You might be better
served by defining the HOME environment variable to be C:/DATA/

Rodney



More information about the ESS-help mailing list