help-gnu-emacs
[Top][All Lists]
Advanced

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

ruby-mode not started automatically


From: David Wende
Subject: ruby-mode not started automatically
Date: Wed, 18 Jun 2003 16:45:34 +0200

Using emacs 21.2.1 under Win2K.

Problem:
When I visit a ruby file (*.rb) the
ruby mode is NOT entered automatically.

The file "ruby-mode.el" is apparently in the correct
place since a doing

M-: (load "ruby-mode")

does work and start the mode.

I have the following 2 lines in my .emacs

(add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode))
    (autoload 'ruby-mode "Ruby mode" "Ruby mode" t)

but this apparently does not work.

HELP!!

David Wende




reply via email to

[Prev in Thread] Current Thread [Next in Thread]