summaryrefslogtreecommitdiffstats
path: root/misc/README
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-11 10:05:02 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-11 10:05:02 +0000
commit78809a02fcc83323d8fd21d7c53fbd524850983e (patch)
tree57040902f47a28ccfc28a0f524626675595c8684 /misc/README
parent603447d3b7f9023365c007731cbeac13aef59e6c (diff)
downloadruby-78809a02fcc83323d8fd21d7c53fbd524850983e.tar.gz
ruby-78809a02fcc83323d8fd21d7c53fbd524850983e.tar.xz
ruby-78809a02fcc83323d8fd21d7c53fbd524850983e.zip
* misc/README: Add a note about ruby-electric.el.
* misc/ruby-mode.el (ruby-non-block-do-re): Fix ruby-non-block-do-re. [ruby-core:03719] * misc/inf-ruby.el: Synchronize the comment section with trunk. * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debug interface based on rubydb3x.el; submitted by Martin Nordholts <enselic AT gmail.com> in [ruby-bugs:PR#9023]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'misc/README')
-rw-r--r--misc/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/README b/misc/README
index adc119d02..c7e63d779 100644
--- a/misc/README
+++ b/misc/README
@@ -1,5 +1,7 @@
-README this file
-inf-ruby.el program to run ruby under emacs
-ruby-mode.el ruby mode for emacs
-rubydb2x.el ruby debugger support for emacs 19.2x or before
-rubydb3x.el ruby debugger support for emacs 19.3x or later
+README this file
+inf-ruby.el program to run ruby under emacs
+ruby-mode.el ruby mode 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
+rdebug.el ruby-debug (rdebug) support for emacs 19.3x or later