Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82218 - app-emacs/ruby-mode: Adding "interpreter-mode-alist" into 50ruby-mode-gentoo.el
Summary: app-emacs/ruby-mode: Adding "interpreter-mode-alist" into 50ruby-mode-gentoo.el
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 01:28 UTC by Kenichi Ishibashi
Modified: 2005-02-16 05:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
50ruby-mode-gentoo.el (50ruby-mode-gentoo.el,321 bytes, text/plain)
2005-02-16 01:29 UTC, Kenichi Ishibashi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenichi Ishibashi 2005-02-16 01:28:12 UTC
I think it is convenient that 50ruby-mode-gentoo.el contains following expression:

(setq interpreter-mode-alist
  (append '(("ruby" . ruby-mode)) interpreter-mode-alist))


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kenichi Ishibashi 2005-02-16 01:29:51 UTC
Created attachment 51328 [details]
50ruby-mode-gentoo.el
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-16 05:30:17 UTC
Added to CVS. Thanks for the suggestion.