From: Patrick Gundlach Date: 2004-08-09T05:06:20+09:00 Subject: emacs mode: %Q!....! doesn't get fontified Dear Ruby hackers, I use the emacs mode (ruby-mode.el Date: 2004/07/31 08:39:54, 1.82) Everything is fine, except for fontifying strings like: answer = %Q!

examples (add)

! where in my emacs buffer the whole part in the exclamation mark will not get fontified at all, except within the doublequotes "/ts.... ". I'd like to see the whole part get fontified as a string (font-lock-string-face). The here documents (<<) work fine. Patrick