branch: elpa/inf-ruby
commit 6c85470ce496628dad5ae7104905e1dd5830f5ed
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
inf-ruby-implementations: use '--noreadline'
Closes #51
---
inf-ruby.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/inf-ruby.el b/inf-ruby.el
index 94a1f5de6e..1e0201bdd2 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -109,8 +109,8 @@ graphical char in all other prompts.")
"Mode map for `inf-ruby-mode'.")
(defvar inf-ruby-implementations
- '(("ruby" . "irb --prompt default -r irb/completion")
- ("jruby" . "jruby -S irb --prompt default -r irb/completion")
+ '(("ruby" . "irb --prompt default --noreadline -r irb/completion")
+ ("jruby" . "jruby -S irb --prompt default --noreadline -r
irb/completion")
("rubinius" . "rbx -r irb/completion")
("yarv" . "irb1.9 -r irb/completion")
("macruby" . "macirb -r irb/completion")