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

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

[nongnu] elpa/inf-ruby 28b84de084 122/265: Advertise using the .pryrc wo


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 28b84de084 122/265: Advertise using the .pryrc workaround
Date: Sat, 9 Jul 2022 21:59:19 -0400 (EDT)

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

    Advertise using the .pryrc workaround
    
    dgutov/robe#37
    pry/pry#1267
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 1d399b2c3d..310e59a785 100644
--- a/README.md
+++ b/README.md
@@ -115,4 +115,8 @@ type <kbd>M-x describe-function [RET] inf-ruby-minor-mode 
[RET]</kbd>.
   Try putting `IRB.conf[:USE_READLINE] = false` into your `~/.irbrc`
   (issue [#51](https://github.com/nonsequitur/inf-ruby/issues/51)).
 
+* Pry raises ZeroDivisionError in `lib/pry/pager.rb`?
+
+  Put `Pry.config.pager = false if ENV["EMACS"]` into your `~/.pryrc`.
+
 Please report problems at <http://github.com/nonsequitur/inf-ruby/issues>.



reply via email to

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