From: nobu.nokada@... Date: 2001-12-28T23:20:16+09:00 Subject: [ruby-talk:29527] Re: XEmacs problems with ruby-mode.el At Wed, 26 Dec 2001 23:30:46 +0900, matz@ruby-lang.org (Yukihiro Matsumoto) wrote: > |It seems I'm talking to myself here, but I founnd a patch for a > |previous version of ruby-mode.el by searching for "xemacs + > |ruby-mode.el" from google, and did something similar for version 1.39, > |and it seems to be working for me. > > Will anybody using XEmacs confirms this patch? I'd like to merge it, > but I myself do not use XEmacs. A little patch. --- ruby-mode.el~ Thu Dec 27 00:00:17 2001 +++ ruby-mode.el Fri Dec 28 23:16:38 2001 @@ -672,5 +672,5 @@ An end of a defun is found by moving for (setq font-lock-variable-name-face font-lock-type-face)) - (setq font-lock-syntactic-keywords + (setq ruby-font-lock-syntactic-keywords '( ;; #{ }, #$hoge, #@foo are not comments Nobu Nakada