Configuration of S-equal
Rich Heiberger
rmh at surfer.sbm.temple.edu
Wed Dec 6 20:28:26 CET 2000
Well, the fix is longer than I thought. This works for me.
in ess-site.el, find the line
(require 'essd-sas)
Immediately after it place the following 7 lines
(save-excursion ; workaround
(get-buffer-create "tmp.sas") ; workaround
(set-buffer "tmp.sas") ; workaround
(sas-mode) ; workaround
(define-key sas-mode-local-map "_" nil) ; workaround
(kill-buffer "tmp.sas") ; workaround
) ; workaround
It seems the sas-mode-local-map doesn't get created until after
a sas buffer has been created. This revised fix creates a fake sas
buffer, makes the correction, and then kills the fake buffer.
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