[ESS-bugs] [ESS] Getting SAS to work
Richard M. Heiberger
rmh at temple.edu
Sat Jul 30 05:13:28 CEST 2005
The following lines must be placed in .emacs after the ess-site.el
(load-library "ess-site") ;;; ESS for S-mode and SAS-mode
(save-excursion ;;workaround for keys stolen by
(switch-to-buffer "unlikely-name.sas") ;;workaround ess-sas-local-pc-keys
(sas-mode) ;;workaround
(define-key sas-mode-local-map "\C-c\C-r" 'ess-eval-region) ;;workaround
(kill-buffer "unlikely-name.sas")) ;;workaround
More information about the ESS-bugs
mailing list