branch: elpa/inf-ruby
commit 28b84de0844ea5badc56335ae587795f3d6dc0b2
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    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