ruby--ruby/misc
knu d296c3d27a merge revision(s) 34355:
* misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
	  to rdoc-mode.

	* misc/rdoc-mode.el (rdoc-mode): Fix regexp patterns containing
	  "\s " where CR/LF is not supposed to match.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-02-12 07:58:16 +00:00
..
README * misc/README: mention rdoc-mode.el and ruby-style.el. 2011-01-09 22:44:19 +00:00
inf-ruby.el * misc/rdoc-mode.el (rdoc-mode): show trailing whitespace. 2011-01-10 04:51:20 +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 merge revision(s) 34355: 2012-02-12 07:58:16 +00:00
ruby-electric.el * misc/ruby-electric.el: remove trailing spaces. 2011-03-08 14:12:48 +00:00
ruby-mode.el Revert indentation improvement. 2011-09-15 14:05:20 +00:00
ruby-style.el * misc/ruby-mode.el (ruby-mode-variables), misc/ruby-style.el: 2011-01-07 12:57:34 +00:00
rubydb2x.el
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.