From: Asfand Yar Qazi Date: 2005-02-09T17:40:06+09:00 Subject: ruby-mode.el Hi, Some things about the new ruby-mode.el in Ruby 1.8.2: font-lock doesn't turn on by default unless I replace the line in ruby-mode.el that reads (eval-when-compile (require 'cl)) with (eval-when-compile (require 'cl) (require 'font-lock)). Is this how it should be? Ctrl-Q for word-wrapping comments no longer works! It used to word wrap code as well as comments unless a new-line separated them, which was junky but still at least it was something. It no longer works now - what's up? Surely it should be possible to use the comment-wrapping code from (for example) sh-mode? Thanks, Asfand Yar