[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #60504] [PATCH] document .PF macro in pic(1) and add it to -mpic
From: |
Dave |
Subject: |
[bug #60504] [PATCH] document .PF macro in pic(1) and add it to -mpic |
Date: |
Tue, 1 Jun 2021 05:06:29 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #2, bug #60504 (project groff):
I've updated the patch with one additional change. It turns out pic itself
didn't support .PF as fully as it could.
Part of pic's output includes empty definitions of .PS and .PE if they're not
already defined. This can be seen by giving it empty input:
$ pic < /dev/null
.do if !dPS .ds PS
.do if !dPE .ds PE
.lf 1 -
$
The updated patch now adds a dummy .PF to this output.
This will ameliorate the problem in the macro packages (listed in comment #1)
that include a .PE but no .PF definition.
(file #51504)
_______________________________________________________
Additional Item Attachment:
File name: pic.patch Size:3 KB
<https://file.savannah.gnu.org/file/pic.patch?file_id=51504>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60504>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #60504] [PATCH] document .PF macro in pic(1) and add it to -mpic,
Dave <=