I use ESS to run R and sometimes evaluate long blocks of code interactively. I'd like errors to stick out in the interactive process.
Currently, Error:
messages generated by R appear in a greenish-blue font lock color. I'd like something more dramatic, maybe a red background and white text. Can anyone tell me how to edit my .emacs
file to achieve this behavior?
Thanks.