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

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

[nongnu] elpa/inf-ruby 90762203f3 055/265: inf-ruby-switch-from-compilat


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 90762203f3 055/265: inf-ruby-switch-from-compilation: Change the process filter
Date: Sat, 9 Jul 2022 21:59:13 -0400 (EDT)

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

    inf-ruby-switch-from-compilation: Change the process filter
    
    Without it, `inf-ruby-output-filter` doesn't get called.
---
 inf-ruby.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inf-ruby.el b/inf-ruby.el
index cbe3cc595b..bed1f126c4 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -414,6 +414,7 @@ interactive mode, i.e. hits a debugger breakpoint."
   (interactive)
   (setq buffer-read-only nil)
   (buffer-enable-undo)
+  (set-process-filter (get-buffer-process (current-buffer)) 
'comint-output-filter)
   (inf-ruby-mode))
 
 ;;;###autoload



reply via email to

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