[Matlab-emacs-discuss] operator color

2013-08-16 Thread Brandon Kuczenski
Hi, I use emacs with a black background and the dark blue operators are very difficult to see. Is there an easy way to change the color? I am using version 3.3.1 from CVS. I'm a bit of a lisp novice- and my cursory attempts to comb through the 6k lines of matlab.el were unsuccessful. Thanks in

Re: [Matlab-emacs-discuss] operator color

2013-08-16 Thread Hunter McClelland
Hi Brandon, I am just now learning emacs foo, but here is my suggestion: The key word/idea you need is "face". The "face" of the text determines how it is displayed (color, underline, size, style, etc). What you need to do is indentify which face(s) are hard for you to see, and then change them

Re: [Matlab-emacs-discuss] operator color

2013-08-16 Thread Brandon Kuczenski
Thanks- that did it! The face was font-lock-type-face-- I did not know that matlab.el uses a generic face for operators rather than defining its own. "Save for future sessions" even intelligently updated my .emacs, which was lovely. Thanks! On 8/16/2013 3:20 PM, Hunter McClelland wrote: > Hi Bra