summaryrefslogtreecommitdiff
path: root/misc/README
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-10 20:52:31 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-10 20:52:31 +0000
commitaf2b2755ccc4b32fd04ea66088649055eb8f9d0b (patch)
tree6a96cc88a1781636774c0b24610a61eeecaa88db /misc/README
parentc769454c0e17fce28a18b73e1800c49edea6fc7d (diff)
downloadruby-af2b2755ccc4b32fd04ea66088649055eb8f9d0b.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'misc/README')
-rw-r--r--misc/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/README b/misc/README
index 4a913b1ced..c7e63d7799 100644
--- a/misc/README
+++ b/misc/README
@@ -1,6 +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
-ruby-electric.el emacs minor mode providing electric commands
+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