Hi, At Fri, 10 May 2002 22:32:26 +0900, Dave Thomas wrote: > > When I open a Ruby file, it is displayed with some coloring, very little. > > Only comments and strings (both ' & " enclosed) are colored. > > > > As a workaround I bound a key to ( font-lock-fontify-buffer ) to force > > fontifying. Works for me. > > I found that with XEmacs I have to add a (load "font-lock") to the > start of my .emacs file. Without, ruby-mode doesn't detect the > presence of the font-lock package. Fontifying codes are surrounded by (cond ((featurep 'font-lock))). Should try to load font-lock anyway? -- Nobu Nakada