branch: elpa/inf-ruby
commit 8c0aa0911bcc0db4e1031ca02b89d856756aa5f3
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Add "Bugs" section
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index ee692ccac9..c61929c060 100644
--- a/README.md
+++ b/README.md
@@ -107,3 +107,11 @@ to the end of the process' output, and sends it.
To see the list of the keybindings defined by `inf-ruby-minor-mode`,
type <kbd>M-x describe-function [RET] inf-ruby-minor-mode [RET]</kbd>.
+
+## Bugs
+
+* The REPL buffer doesn't seem to react to input?
+
+ Try putting `IRB.conf[:USE_READLINE] = false` into your `~/.irbrc` (issue
#51).
+
+Please report problems at <http://github.com/nonsequitur/inf-ruby/issues>.