Re: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2014-01-22 Thread Denys Vlasenko
Applied, thanks! On Mon, Jul 15, 2013 at 3:40 PM, John Spencer maillist-busy...@barfooze.de wrote: ping Original Message From: - Sun Jun 2 13:23:00 2013 man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always

Fwd: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-07-15 Thread John Spencer
ping Original Message From: - Sun Jun 2 13:23:00 2013 man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencer maillist-busy...@barfooze.de ---

Fwd: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-30 Thread John Spencer
ping Original Message man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencer maillist-busy...@barfooze.de --- busybox-1.20.2.org/miscutils/man.c

Fwd: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-30 Thread John Spencer
ping Original Message man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencer maillist-busy...@barfooze.de --- busybox-1.20.2.org/miscutils/man.c

[PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-02 Thread John Spencer
man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencer maillist-busy...@barfooze.de --- busybox-1.20.2.org/miscutils/man.c 2013-06-02 10:12:54.25103 + +++

Re: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-02 Thread Tito
On Sunday 02 June 2013 12:51:21 John Spencer wrote: man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencer maillist-busy...@barfooze.de + /*

Re: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-02 Thread John Spencer
On 06/02/2013 01:48 PM, Tito wrote: On Sunday 02 June 2013 12:51:21 John Spencer wrote: man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencermaillist-busy...@barfooze.de

Re: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-02 Thread John Spencer
On 06/02/2013 12:51 PM, John Spencer wrote: man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencer maillist-busy...@barfooze.de ++const char* env_pager = getenv(MANPAGER); ++

Re: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-02 Thread Tito
On Sunday 02 June 2013 14:01:01 John Spencer wrote: On 06/02/2013 01:48 PM, Tito wrote: On Sunday 02 June 2013 12:51:21 John Spencer wrote: man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of

Re: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-02 Thread Rich Felker
On Sun, Jun 02, 2013 at 02:06:03PM +0200, John Spencer wrote: On 06/02/2013 12:51 PM, John Spencer wrote: man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always sets pager to less instead of more. Signed-off-by: John Spencer

Re: [PATCH] man: use less as default pager and parse DEFINE lines defining pager

2013-06-02 Thread walter harms
Am 02.06.2013 18:03, schrieb Tito: On Sunday 02 June 2013 14:01:01 John Spencer wrote: On 06/02/2013 01:48 PM, Tito wrote: On Sunday 02 June 2013 12:51:21 John Spencer wrote: man.config can define lines such as DEFINE pager less -s this patch parses them, additionally it always