Re: Re: emacs syntax colorizing only comments and strings in ruby-mode

2005-08-19 Thread creightiok
Adam- Your code worked! Upon further investigation I found that I had this in my .emacs: (setq global-font-lock-mode t) ;; WRONG! Replacing it with this (per your suggetion) solved my problem: (global-font-lock-mode t) Thanks so much! David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

emacs syntax colorizing only comments and strings in ruby-mode

2005-08-18 Thread creightiok
Help! When editing Ruby code, emacs syntax highlighting is only colorizing strings and comments! Somehow I managed to hit some keys (in emacs) that made the colorizing work correctly earlier today, but when I quit and restarted emacs the nice colors went away. I've tried removing my .emacs file.