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

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

[nongnu] elpa/inf-ruby 6ad10268b3 007/265: Bugfix: Remove meaningless er


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 6ad10268b3 007/265: Bugfix: Remove meaningless error check which causes a more severe error in the first place by not restoring the comint-filter.
Date: Sat, 9 Jul 2022 21:59:09 -0400 (EDT)

branch: elpa/inf-ruby
commit 6ad10268b373b5e6a924775a76c9eb4359d2546d
Author: Cornelius Mika <cornelius.mika@gmail.com>
Commit: Cornelius Mika <cornelius.mika@gmail.com>

    Bugfix: Remove meaningless error check which causes a more severe error in 
the first place by not restoring the comint-filter.
---
 inf-ruby.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index fddbdccb58..45878c1e1c 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -331,7 +331,6 @@ Then switch to the process buffer."
                                       (ruby-escape-single-quoted seed)))
     (while (and (not (string-match inf-ruby-prompt-pattern kept))
                 (accept-process-output proc 2)))
-    (if (string-match "^[[:alpha:]]+?Error: " kept) (error kept))
     (setf completions (cdr (butlast (split-string kept "[\r\n]") 2)))
     (set-process-filter proc comint-filt)
     completions))



reply via email to

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