From: nobu.nokada@... Date: 2002-05-09T23:47:48+09:00 Subject: Re: xemacs & mode-ruby.el, broken ? Hi, At Thu, 9 May 2002 21:53:30 +0900, Jean-Hugues ROBERT wrote: > Thanks. I am still having difficulties with syntax highlighting > (besides the ones with regexps). It does not work when I open a file & > to manually force it I have to decheck/recheck... > Options/Syntax Highlighting/In This Buffer > ... rather inconvenient. Concretely, in what case? > My custom.el about that is: (snip) > What is yours or better one for syntax highlighting ? I just add this, but no settings for font-lock-mode other than colors. (setq font-lock-mode-enable-list (append '(ruby-mode) font-lock-mode-enable-list)) -- Nobu Nakada