Ed Avis
Ed Avis
I believe this is still an issue with PPI 1.220.
I believe this is still an issue with PPI 1.236.
Thanks - this was me
I added this to `shx.el` `(define-key keymap (kbd "M-RET") #'shx-send-input-or-copy-line)` Then I can move up to the earlier line and hit `M-RET` (on my PC keyboard, Alt-Enter) to copy. But...
That's excellent news. Thanks to all who worked on this.
...also the policy name can be changed to 'zeroes' not 'zeros' :-p
Yes, I don't think `--allow-empty` would be needed in practice but I mentioned it because you sometimes get people who furiously defend the current behaviour, whatever it may be.
Thanks for looking at this. I agree, on a true dumb terminal (like a teletype or something) you could still want a pager. I am not by any means suggesting...
Yes, `--` works around it and I would use that if the pattern began with a `-` character. But it's strange that it should be needed for the `+` character...
Here's an example test to add to `ack-Q.t` which currently fails: ``` subtest 'Plus sign at start' => sub { plan tests => 2; my @args = qw( +ssh t/swamp...