Re: [Fish-users] Using emacs as a $PAGER

2014-10-08 Thread Greg Reagle
On 10/08/2014 04:58 AM, Sepp Tannhuber wrote: > To stream stdin into vi/nano, you can use: > w | vi - > w | nano - Great! Thanks. > Have you also tried: > w | emacsclient -t - > ? Perhaps it works in the same way. I cannot test it because emacs is not > installed on my PC. Good idea, but

Re: [Fish-users] Using emacs as a $PAGER

2014-10-08 Thread Sepp Tannhuber
To stream stdin into vi/nano, you can use: w | vi - w | nano - Have you also tried: w | emacsclient -t - ? Perhaps it works in the same way. I cannot test it because emacs is not installed on my PC. -- Meet PCI DS

Re: [Fish-users] Using emacs as a $PAGER

2014-10-07 Thread David Adam
On Tue, 7 Oct 2014, Greg Reagle wrote: > psub makes a regular file (not a named pipe), with or without the -f > option. Is that a bug? It doesn't cause any problem for me in this > use case. See https://github.com/fish-shell/fish-shell/issues/1040 - the `-f` flag is known to be a noop, but actu