ruby/misc
knu 3701549796 * misc/ruby-electric.el: Import ruby-electric.el 2.1 from
https://github.com/knu/ruby-electric.el.

  * Hitting the newline-and-indent key within a comment fires
    comment-indent-new-line.

  * Introduce a new feature
    `ruby-electric-autoindent-on-closing-char`.

  * Fix fallback behavior of ruby-electric-space/return that
    caused error with auto-complete.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-10-28 05:45:23 +00:00
..
README * misc/README: mention rdoc-mode.el and ruby-style.el. 2011-01-09 22:44:19 +00:00
inf-ruby.el Add magic autoload comments to misc/*.el. 2013-09-03 09:29:22 +00:00
rb_optparse.bash * lib/optparse.rb (OptionParser::Officious): separate completion 2010-12-07 13:31:11 +00:00
rb_optparse.zsh * misc/rb_optparse.zsh: add compdef for generator. 2010-12-26 23:30:38 +00:00
rdoc-mode.el Add magic autoload comments to misc/*.el. 2013-09-03 09:29:22 +00:00
ruby-additional.el * misc/ruby-additional.el (ruby-mode-set-encoding): Add a missing 2013-10-07 19:15:11 +00:00
ruby-electric.el * misc/ruby-electric.el: Import ruby-electric.el 2.1 from 2013-10-28 05:45:23 +00:00
ruby-mode.el Fix a typo: s/preceging/preceding/ 2013-10-08 12:42:37 +00:00
ruby-style.el Add magic autoload comments to misc/*.el. 2013-09-03 09:29:22 +00:00
rubydb2x.el 1.4.0 1999-08-13 05:45:20 +00:00
rubydb3x.el * misc/*.el: untabify, for interal consistency and consistency 2008-09-06 22:36:10 +00:00

README

README            this file
inf-ruby.el       program to run ruby under emacs
rb_optparse.bash  bash completion script
rb_optparse.zsh   zsh completion script
rdoc-mode.el      RDoc 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
rubydb3x.el       ruby debugger support for emacs 19.3x or later
ruby-electric.el  emacs minor mode providing electric commands

Check out http://rubyforge.org/projects/ruby-debug/ also.