1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* misc/README: mention rdoc-mode.el and ruby-style.el.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2011-01-09 22:44:19 +00:00
parent 0b47f776b2
commit 1ca8760902
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jan 10 07:41:31 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* misc/README: mention rdoc-mode.el and ruby-style.el.
Sun Jan 9 20:37:21 2011 Tanaka Akira <akr@fsij.org> Sun Jan 9 20:37:21 2011 Tanaka Akira <akr@fsij.org>
* transcode.c: parenthesize macro arguments. * transcode.c: parenthesize macro arguments.

View file

@ -2,7 +2,9 @@ README this file
inf-ruby.el program to run ruby under emacs inf-ruby.el program to run ruby under emacs
rb_optparse.bash bash completion script rb_optparse.bash bash completion script
rb_optparse.zsh zsh completion script rb_optparse.zsh zsh completion script
rdoc-mode.el RDoc mode for emacs
ruby-mode.el ruby mode for emacs ruby-mode.el ruby mode for emacs
ruby-style.el Ruby's C/C++ mode style for emacs
rubydb2x.el ruby debugger support for emacs 19.2x or before rubydb2x.el ruby debugger support for emacs 19.2x or before
rubydb3x.el ruby debugger support for emacs 19.3x or later rubydb3x.el ruby debugger support for emacs 19.3x or later
ruby-electric.el emacs minor mode providing electric commands ruby-electric.el emacs minor mode providing electric commands