[ESS] (no subject)

Richard M. Heiberger rmh at temple.edu
Sun Feb 6 00:55:11 CET 2005


I wouldn't use
(setq inferior-R-program-name 
	"c:/Program Files/R/rw2001/bin/rterm.exe")

because it has an embedded blank in the directory name.  I recommend
(setq inferior-R-program-name 
	"c:/progra~1/R/rw2001/bin/rterm.exe")


All Windows files have an 8.3 name as well as the long name.
You can find the 8.3 name of any file.

In Emacs use w32-short-file-name.
In a dired buffer, put the cursor on a filename and enter
  M-: (w32-short-file-name (dired-get-filename)) <ENTER>

In the MSDOS prompt window on XP (cmd.exe), type
   dir /X




More information about the ESS-help mailing list