[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #64131] [troff] read-only registers can be removed
From: |
G. Branden Robinson |
Subject: |
[bug #64131] [troff] read-only registers can be removed |
Date: |
Mon, 1 May 2023 08:22:14 -0400 (EDT) |
Follow-up Comment #1, bug #64131 (project groff):
[comment #0 original submission:]
> .tm .u=\n[.u]
> .u=1
> .rr .u
> .tm .u=\n[.u]
> .u=troff: backtrace: file '<standard input>':2
> troff:<standard input>:2: warning: register '.u' not defined
>
> Seriously?
>
> Is this AT&T troff compatible?
No, it is not.
$ DWBHOME=. ./bin/nroff
.tm .u=\n(.u
.u=1
.rr .u
.tm .u=\n(.u
.u=1
.nr .u 2
.tm .u=\n(.u
.u=1
.tm .f=\n(.f
.f=1
.rr .f
.tm .f=\n(.f
.f=1
.ex
Stop the madness.
Maybe lock down the .T string, too.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?64131>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/