Update of bug #67570 (group groff):

                  Status:                    None => Confirmed

    _______________________________________________________

Follow-up Comment #7:

Unfortunately my new fancy introspection stuff doesn't seem to shed a lot of
light on the original report.


$ cat ATTIC/67570-direct.groff 
.cflags 1 \[em]
1234567890123456
.br
I\[em]
fold.
.pl \n[nl]u
.pchar \[em]
$ cat ATTIC/67570-indirect.groff 
.class [EOS] \[em]
.cflags 1 \C'[EOS]'
1234567890123456
.br
I\[em]
fold.
.pl \n[nl]u
.pchar \C'[EOS]'
.pchar \[em]
$ ./build/test-groff -T utf8 ATTIC/67570-direct.groff | od -c
special character 'em'
  is not translated
  has a macro: "file name": "tty.tmac", "starting line number": 22, "length":
10, "contents": "\\[em]\\[em]", "node list": [ ]
  special translation: 0
  hyphenation code: 0
  flags: 1 (ends sentence)
  asciify code: 0
  ASCII code: 0
  Unicode mapping: U+2014
  is found
  is transparently translatable
  is not translatable as input
  mode: normal
0000000   1   2   3   4   5   6   7   8   9   0   1   2   3   4   5   6
0000020  \n   I 342 200 224 342 200 224           f   o   l   d   .  \n
0000040
$ ./build/test-groff -T utf8 ATTIC/67570-indirect.groff | od -c
special character '[EOS]'
  defined at: file name: "ATTIC/67570-indirect.groff", line number: 1
  contains ranges: U+2014 
  contains nested classes: (none)
special character 'em'
  is not translated
  has a macro: "file name": "tty.tmac", "starting line number": 22, "length":
10, "contents": "\\[em]\\[em]", "node list": [ ]
  special translation: 0
  hyphenation code: 0
  flags: 4 (allows break after)
  asciify code: 0
  ASCII code: 0
  Unicode mapping: U+2014
  is found
  is transparently translatable
  is not translatable as input
  mode: normal
0000000   1   2   3   4   5   6   7   8   9   0   1   2   3   4   5   6
0000020  \n   I 342 200 224 342 200 224       f   o   l   d   .  \n
0000037


Hmmm.




    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature

Reply via email to