[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Ruby and Emacs support problem



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

Attachment: pgpGzjO_v2zPX.pgp
Description: PGP signature


Reply to: