emacs-devel
[Top][All Lists]
Advanced

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

Re: Ruby mode added


From: Dan Nicolaescu
Subject: Re: Ruby mode added
Date: Fri, 12 Dec 2008 11:07:17 -0800 (PST)

Chong Yidong <address@hidden> writes:

  > Does anyone see any problem?

This:

;;;###autoload
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("rbx" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("jruby" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("ruby1.9" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("ruby1.8" . ruby-mode))

autoloads a single item, not all of them.




reply via email to

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