emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 57710da5c8 214/265: inf-ruby-console-gem: Use '--


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 57710da5c8 214/265: inf-ruby-console-gem: Use '--prompt default --noreadline'
Date: Sat, 9 Jul 2022 21:59:27 -0400 (EDT)

branch: elpa/inf-ruby
commit 57710da5c8c146fef805deb7dc6a2cd8ccbc11d4
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    inf-ruby-console-gem: Use '--prompt default --noreadline'
    
    Fixes #113
---
 inf-ruby.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 7a77732558..25607b0d9f 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -895,9 +895,10 @@ Gemfile, it should use the `gemspec' instruction."
                  (concat " -r " (file-name-sans-extension file)))
                files
                ""))))
-    (inf-ruby-console-run (concat base-command args
-                                  " -r irb/completion")
-                          "gem")))
+    (inf-ruby-console-run
+     (concat base-command args
+             " --prompt default --noreadline -r irb/completion")
+     "gem")))
 
 (defun inf-ruby-console-racksh-p ()
   (and (file-exists-p "Gemfile.lock")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]