Problem with ESS 21, S-Plus 6 on Windows 2000

Rich Heiberger rmh at surfer.sbm.temple.edu
Wed Jun 19 23:12:02 CEST 2002


I just posted the fix for the w3-short-file-name / win32-short-file-name
to the master source for ESS.  Some time recently GNU emacs changed
all variable and function names win32-* to w32-*.  Xemacs did not make
that change.  It keeps causing compatability problems.

The fix is to edit ess-emcs.el by adding the lines at the end:


;; XEmacs on Windows needs this
(if (and ess-microsoft-p
	 (not (fboundp 'w32-short-file-name)))
    (fset 'w32-short-file-name 'win32-short-file-name))


Rich
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list