emacs-pry icon indicating copy to clipboard operation
emacs-pry copied to clipboard

Pry support within Emacs

Results 6 emacs-pry issues
Sort by recently updated
recently updated
newest added

I have no idea how easy or hard it is to do, but it would make me happy if it were available there.

Anyway, When use IRB or Pry in Terminal, it all support this. Similar, Term-mode can load too. So, I think Pry can support this ?

I may have overlooked this some place, but I'm wondering if there is a way for emacs-pry to act as a console for a Rails application.

ruby -v ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux] rvm -v rvm 1.18.21 (master) by Wayne E. Seguin [email protected], Michal Papis [email protected] [https://rvm.io/] pry -v Pry version 0.9.12 on Ruby 2.0.0...

When I run run-pry in emacs 24.2 on emacs24 I get the following error. ``` from /usr/local/share/gem ``` s/gems/pry-0.9.10/lib/pry/cli.rb:65:in `block in parse_options' from /usr/local/s hare/gems/gems/pry-0.9.10/lib/pry/cli.rb:65:in`each' from /usr/local/share/gem s/gems/pry-0.9.10/lib/pry/cli.rb:65:in `parse_options' from...

The following error can be reproduced by installing "ruby-termios". "termios" on OSX 10.7 fails to get past make. /Users/dmw/demacs/vendor/emacs-pry/ruby/emacs_pry.rb:42:in `block in _emacs_setup': IUCLC bad (RuntimeError) from /Users/dmw/demacs/vendor/emacs-pry/ruby/emacs_pry.rb:72:in`call' from /Users/dmw/demacs/vendor/emacs-pry/ruby/emacs_pry.rb:72:in `block...