setting background color
Rich Heiberger
rmh at surfer.sbm.temple.edu
Mon May 8 04:11:07 CEST 2000
The function and add-hook below do what you are looking for.
(defun pk-aqua ()
(set-background-color "aquamarine1"))
(add-hook 'ess-mode-hook 'pk-aqua)
There were two misunderstandings in your original setup.
1. add-hook takes a function name, not an elisp command.
2. M-x R opens up *R* in inferior-ess mode.
C-x C-f myfile.r opens up a file in ess-mode.
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