[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #66069] [troff] want `phcode` request to report hyphenation codes
From: |
G. Branden Robinson |
Subject: |
[bug #66069] [troff] want `phcode` request to report hyphenation codes |
Date: |
Thu, 8 Aug 2024 08:29:28 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?66069>
Summary: [troff] want `phcode` request to report hyphenation
codes
Group: GNU roff
Submitter: gbranden
Submitted: Thu 08 Aug 2024 12:29:26 PM UTC
Category: Core
Severity: 1 - Wish
Item Group: Feature change
Status: In Progress
Privacy: Public
Assigned to: gbranden
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 08 Aug 2024 12:29:26 PM UTC By: G. Branden Robinson <gbranden>
It's too hard to troubleshoot/debug hyphenation code assignment.
Help _groff_ developers and advanced users to do so.
Model:
$ cat EXPERIMENTS/phcode-works.groff
.phcode a
.phcode A
.phcode $
.tm invoking .hcode \['a] $
.hcode \['a] $
.phcode \['a]
.tm invoking .hcode \['a] \['a]
.hcode \['a] \['a]
.phcode \['a]
.tm invoking .hcode \['a] \['A]
.hcode \['a] \['A]
.phcode \['a]
.phcode \[vS]
$ ./build/test-groff -ww EXPERIMENTS/phcode-works.groff
a 97
A 97
$ 0
invoking .hcode \['a] $
\['a] 0
invoking .hcode \['a] \['a]
\['a] 0
invoking .hcode \['a] \['A]
\['a] 225
\[vS] 0
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66069>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [bug #66069] [troff] want `phcode` request to report hyphenation codes,
G. Branden Robinson <=