[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #64628] [pic] generated `lf` requests no longer set file name
From: |
G. Branden Robinson |
Subject: |
[bug #64628] [pic] generated `lf` requests no longer set file name |
Date: |
Sat, 16 Sep 2023 18:53:14 -0400 (EDT) |
Update of bug #64628 (project groff):
Status: None => Confirmed
Assigned to: None => gbranden
Summary: [pic] regression, first ".lf" line no longer shows
the filename => [pic] generated `lf` requests no longer set file name
_______________________________________________________
Follow-up Comment #1:
I don't find this report terribly helpful, but digging in, I was able to craft
some input and identify something I do consider a problem.
$ cat EXPERIMENTS/simple-picture.roff
.tm GBR1: .F=\n(.F
.PS
circle;
.PE
.tm GBR2: .F=\n(.F
$ /usr/bin/groff -ap EXPERIMENTS/simple-picture.roff | cat -s # groff 1.22.4
GBR1: .F=EXPERIMENTS/simple-picture.roff
GBR2: .F=EXPERIMENTS/simple-picture.roff
<beginning of page>
$ groff -ap EXPERIMENTS/simple-picture.roff | cat -s # groff 1.23.0
GBR1: .F=EXPERIMENTS/simple-picture.roff
GBR2: .F=EXPERIMENTS/simple-picture.roff
<beginning of page>
$ ./build/test-groff -ap EXPERIMENTS/simple-picture.roff | cat -s
GBR1: .F=<standard input>
GBR2: .F=<standard input>
<beginning of page>
So there is indeed a regression from 1.23.0 here.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?64628>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #64628] [pic] regression, first ".lf" line no longer shows the filename, Bjarni Ingi Gislason, 2023/09/06
- [bug #64628] [pic] generated `lf` requests no longer set file name,
G. Branden Robinson <=
- [bug #64628] [pic] generated `lf` requests no longer set file name, Bjarni Ingi Gislason, 2023/09/17
- [bug #64628] [pic] generated `lf` requests no longer set file name, Bjarni Ingi Gislason, 2023/09/17
- [bug #64628] [pic] generated `lf` requests no longer set file name, G. Branden Robinson, 2023/09/25
- [bug #64628] [pic] generated `lf` requests no longer set file name, G. Branden Robinson, 2023/09/25
- [bug #64628] [pic] generated `lf` requests no longer set file name, G. Branden Robinson, 2023/09/25
- [bug #64628] [pic] generated `lf` requests no longer set file name, G. Branden Robinson, 2023/09/25