bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #64104] [troff] you can set the escape, control, and no-break contr


From: G. Branden Robinson
Subject: [bug #64104] [troff] you can set the escape, control, and no-break control characters to the same thing
Date: Mon, 24 Apr 2023 06:37:41 -0400 (EDT)

Update of bug #64104 (project groff):

                 Summary: [troff] you can set the control and no-break control
characters to the same thing => [troff] you can set the escape, control, and
no-break control characters to the same thing

    _______________________________________________________

Follow-up Comment #3:


.cc @
@c2 @
@tm foo
foo


That's wack, but "foo" goes to standard error as we expect.


$ cat ATTIC/all-wack.roff
.nr a 12345
.cc @
@c2 @
@ec @
@na
$ cd ~/heirloom
$ ./bin/nroff ~/src/GIT/groff/ATTIC/all-wack.roff | cat -s
12345

$ cd ~/dwb
$ DWBHOME=. ./bin/nroff ~/src/GIT/groff/ATTIC/all-wack.roff | cat -s
12345

$ popd # groff 1.22.4
$ nroff ATTIC/all-wack.roff|cat -s
12345



Well, at least they can all agree on _that_.  Still, I aim to reject this
nonsense.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64104>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]