John Mair
John Mair
I don't quite understand -- you're running the pager and then inside the pager (less) you're manually typing `#!ls` ? why would you do that? EDIT: nevermind i understand! Yeah,...
@jobertabma there's plenty of legitimate input that contain new lines. I'll have to think on it a bit more. But do you think this is worth fixing? it seems super...
@jobertabma Hmm, well the pager can be manually turned off by doing `_pry_.config.pager = false` so the user can optionally toggle it before pasting something (not sure if this is...
> That's true, but would you think the pager is useful in that scenario? I think we misunderstand eachother...but input with new lines is precisely when we need a pager,...
Ah, I figured you were talking about input to the pager, which of course is output from the ruby command :) But there's plenty of very legitimate cases when the...
@rennex Regarding executing shell commands with a `.` prefix...there is an optional config option: `Pry.config.command_prefix = "%"` (for example) that requires commands to be preceded by a `%`. I think...
How does IRB behave in this situation?
@rusterholz can you tell me a very simple repro for your issue? it sounds as if your problem occurs just in a normal pry session? If simply typing `C-c` in...
@bcaplan thanks :) However if it's fixed on ruby 2+ then i'm pretty happy!
@rusterholz i ran your demo code on a fresh pry install and do not get the error What pry plugins do you have installed? Pry by itself does not mess...