Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when using pry #33

Closed
bbatsov opened this issue Oct 15, 2013 · 1 comment
Closed

Warning when using pry #33

bbatsov opened this issue Oct 15, 2013 · 1 comment

Comments

@bbatsov
Copy link
Contributor

bbatsov commented Oct 15, 2013

When I use pry as the backenf for inf-ruby I get a warning after each command:

pry(main)> 'hello'
'hello'
WARNING: terminal is not fully functional
-  (press RETURN)
=> "hello"
@dgutov
Copy link
Collaborator

dgutov commented Oct 15, 2013

Here's what I do:

(setenv "PAGER" (executable-find "cat"))

Not sure if it's necessarily the right solution, or how to best document it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants