[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Groff macro to make .UR and .UE links clickable in PDF?
From: |
Nate Bargmann |
Subject: |
Re: Groff macro to make .UR and .UE links clickable in PDF? |
Date: |
Fri, 10 Jul 2020 18:39:32 -0500 |
User-agent: |
NeoMutt/20180716 |
* On 2020 10 Jul 10:27 -0500, Steve Izma wrote:
> I think it's an abomination that a man page extends it's line
> length to fit the width of the terminal; built into the macros
> should be a 65- or 70 character maximum width. It's interesting
> that the Python Style Guide insists on a maximum line length of
> 79 characters and recommends 72. A basic premise of python design
> is *readability of code*. The main source of authors for man
> pages is, I assume, programmers.
Which is precisely why I have the following environment variable set:
# Set maximum width of man pages to 80 characters
export MANWIDTH=80
This works very well for me as I often have terminals open that are
around 165 characters wide. This environment variable is for the man(1)
program.
- Nate
--
"The optimist proclaims that we live in the best of all
possible worlds. The pessimist fears this is true."
Web: https://www.n0nb.us
Projects: https://github.com/N0NB
GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819
signature.asc
Description: PGP signature
- Re: Groff macro to make .UR and .UE links clickable in PDF?, B 9, 2020/07/10
- Re: Groff macro to make .UR and .UE links clickable in PDF?, Ingo Schwarze, 2020/07/10
- Re: Groff macro to make .UR and .UE links clickable in PDF?, Colin Watson, 2020/07/11
- Re: Groff macro to make .UR and .UE links clickable in PDF?, Steve Izma, 2020/07/11
- Re: Groff macro to make .UR and .UE links clickable in PDF?, Michael Pirkola, 2020/07/17
- Re: Groff macro to make .UR and .UE links clickable in PDF?, Steffen Nurpmeso, 2020/07/17
- Re: Groff macro to make .UR and .UE links clickable in PDF?, Steve Izma, 2020/07/17
- Re: Groff macro to make .UR and .UE links clickable in PDF?, Jan Stary, 2020/07/18
Re: Groff macro to make .UR and .UE links clickable in PDF?, B 9, 2020/07/10
Re: Groff macro to make .UR and .UE links clickable in PDF?, T . Kurt Bond, 2020/07/10