1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/misc
knu e59f453e88 * misc/ruby-electric.el (ruby-electric-delete-backward-char): Add
support for smartparen-mode.

* misc/ruby-electric.el (ruby-electric-cua-replace-region-maybe)
  (ruby-electric-cua-delete-region-maybe): New functions that
  combine `ruby-electric-cua-*-region` with
  `ruby-electric-cua-*-region-p`, using a slightly better way to
  detect if it is in cua-mode.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-09-26 12:16:22 +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
README * misc/README: mention rdoc-mode.el and ruby-style.el. 2011-01-09 22:44:19 +00:00
ruby-additional.el Fix a typo in misc/ruby-additional.el. 2012-12-03 06:52:47 +00:00
ruby-electric.el * misc/ruby-electric.el (ruby-electric-delete-backward-char): Add 2013-09-26 12:16:22 +00:00
ruby-mode.el Replace use of obsolete variable last-command-char by @maser [fix GH-290] 2013-04-21 10:04:54 +00:00
ruby-style.el Add magic autoload comments to misc/*.el. 2013-09-03 09:29:22 +00:00
rubydb2x.el
rubydb3x.el

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.