W. Crowshaw wrote: > Sadly, it didn't work. Whenever I do load a ruby > file I do get the message: > "Loading inf-ruby...done". > > But I get no syntax highlighting. I can't debug the > program through xemacs either.
Syntax highlighting is different yet again. For that you need to turn
on font-lock-mode.
> How did you get your mode to work that wasn't
> working before?
Probably he used the auto-mode-alist. Something like this.
(setq auto-mode-alist (append '(("\\.tcl$" . tcl-mode)) auto-mode-alist))
Bob
pgp00000.pgp
Description: PGP signature

