Dan Schmidt <dfan / harmonixmusic.com> writes: > Jonathan Feinberg <jdf / pobox.com> writes: > | Dan Schmidt <dfan / harmonixmusic.com> writes: > | > Emacs works great for me. > | Have you not run into the problem of syntax-coloring being > | confused by the division operator /, which font-lock-mode seems to > | interpret as the start of a regexp? > I have not... okay, now I have :) I have since (based on off-list advice) retrieved the ruby-mode from the current development version of the ruby distro, and it has fixed the above bug. > | It's also confused by '$' on my box. > > In what way? This is still the case. The string literal '$' looks to the parser like the beginning of a literal string followed by the variable $' so the string never gets closed. I typed a #' after the offending line to fix it. :) There are several Perl habits I've picked up from cperl-mode (such as backwhacking quotes in regexen); I think of it as part of life. -- Jonathan Feinberg jdf / pobox.com Sunny Brooklyn, NY http://pobox.com/~jdf