[ESS] Emacs windows and Interactive SAS

Richard M. Heiberger rmh at temple.edu
Thu Sep 15 02:23:19 CEST 2005


;;; Add these lines to your .emacs
;;; This workaround must follow the loading of ess-site.el
;;; If you have some other variant of the load command, use it.

(load-library "ess-site")           ;;; ESS for S-mode and SAS-mode
(save-excursion				  ;;workaround
  (switch-to-buffer "unlikely-name.sas")  ;;workaround
  (sas-mode)				  ;;workaround
  (load-file "essd-sas-3window.el")       ;;workaround
  (kill-buffer "unlikely-name.sas"))	  ;;workaround




More information about the ESS-help mailing list