gbranden pushed a commit to branch master in repository groff. commit 29f90c641339f687b7aad7449c376c9b1a4ff9e1 Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Sun Jul 20 16:49:46 2025 -0500
tmac/an.tmac: Trivially refactor (5/5). ...continuing a name space reform in progress since 2022. * tmac/an.tmac (an-input-trap):: Rename this... (an*input-trap): ...to this. --- ChangeLog | 4 +++- tmac/an.tmac | 18 +++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6424d7edf..ee2fe1cad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,9 @@ (an-reset-margin-and-inset-level): ...and this... (an*reset-section-parameters): ...to this... (an-reset-tab-stops): ...and this... - (an*reset-tab-stops): ...to this. + (an*reset-tab-stops): ...to this... + (an-input-trap): ...and this... + (an*input-trap): ...to this. 2025-07-18 G. Branden Robinson <g.branden.robin...@gmail.com> diff --git a/tmac/an.tmac b/tmac/an.tmac index de8128af8..1cf503675 100644 --- a/tmac/an.tmac +++ b/tmac/an.tmac @@ -96,7 +96,7 @@ .\" continuous rendering mode. .de1 an-end . if !r an-TH-was-called .return -. an-input-trap +. an*input-trap . if '\\n[.z]'an*paragraph-tag' .an*TP-trap . if \\n[cR] \{\ . sp 1v @@ -650,7 +650,7 @@ contains unsupported escape sequence .\" Handle macros that may take an "argument" on the next input line .\" producing written or drawn output: .SH, .SS, .B, .I, .SM, .SB. .\" For .TP, see below. -.de1 an-input-trap +.de1 an*input-trap . if \\n[an-devtag-needs-end-of-heading] .DEVTAG-EO-H . nr an-devtag-needs-end-of-heading 0 . if \\n[an-devtag-needs-second-column] .DEVTAG-COL 2 @@ -706,7 +706,7 @@ contains unsupported escape sequence . ti 0 . nr an-devtag-needs-end-of-heading 1 . DEVTAG-SH 1 -. it 1 an-input-trap +. it 1 an*input-trap . nr an-need-no-space-mode 1 . nr an-need-break 1 . ps \\n[PS-SH]u @@ -735,7 +735,7 @@ contains unsupported escape sequence . ti \\n[SN]u . nr an-devtag-needs-end-of-heading 1 . DEVTAG-SH 2 -. it 1 an-input-trap +. it 1 an*input-trap . nr an-need-no-space-mode 1 . nr an-need-break 1 . ps \\n[PS-SS]u @@ -754,7 +754,7 @@ contains unsupported escape sequence .\" Set arguments (or next input line producing written or drawn output .\" if none) in bold style. .de1 B -. it 1 an-input-trap +. it 1 an*input-trap . ft B . if \\n[.$] \&\\$* .. @@ -762,7 +762,7 @@ contains unsupported escape sequence .\" Set arguments (or next input line producing written or drawn output .\" if none) in italic style. .de1 I -. it 1 an-input-trap +. it 1 an*input-trap . ft I . if \\n[.$] \,\\$*\/ .. @@ -770,7 +770,7 @@ contains unsupported escape sequence .\" Set arguments (or next input line producing written or drawn output .\" if none) at smaller type size. .de1 SM -. it 1 an-input-trap +. it 1 an*input-trap . ps -1 . if \\n[.$] \&\\$* .. @@ -793,7 +793,7 @@ contains unsupported escape sequence .\" .SB [text] .de1 SB . nop \\*[an-deprecation-warn]\\ -. it 1 an-input-trap +. it 1 an*input-trap . ps -1 . ft B . if \\n[.$] \&\\$* @@ -821,7 +821,7 @@ contains unsupported escape sequence . return . \} . nr an*have-paragraph-tag 1 -. itc 1 an-input-trap +. itc 1 an*input-trap . in 0 . ll -\\n[an-margin]u . nr an*saved-adjustment-mode \\n[.j] _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit