[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #53674] [PATCH] pdfpic.tmac: Neutralize extra ".."
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #53674] [PATCH] pdfpic.tmac: Neutralize extra ".." |
Date: |
Mon, 16 Apr 2018 23:46:13 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/bugs/?53674>
Summary: [PATCH] pdfpic.tmac: Neutralize extra ".."
Project: GNU troff
Submitted by: bjarniig
Submitted on: Tue 17 Apr 2018 03:46:12 AM UTC
Category: Macro - others
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
>From bca3c31ec15d5fb9fecfd8206b3ad83a296f9385 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Tue, 17 Apr 2018 03:34:00 +0000
Subject: [PATCH] pdfpic.tmac: Neutralize extra ".."
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
troff: .../groff/build/../tmac/pdfpic.tmac:145: warning: macro '.' not
defined
Extra ".." was added in commit 82630588fc32a5d2e00f257bc79cac7493e7e809
If the right (first) ".." is deleted in the corrected file, "diff"
deletes the second (wrong) one, as it does not know which one to
delete.
So a second commit (not provided by me) is needed to delete my change
(\#..)
tmac/pdfpic.tmac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmac/pdfpic.tmac b/tmac/pdfpic.tmac
index c3859bf1..d33a0d38 100644
--- a/tmac/pdfpic.tmac
+++ b/tmac/pdfpic.tmac
@@ -141,7 +141,7 @@ sed -e 's/Page *size: *\\([[:digit:].]*\\) *x
*\\([[:digit:].]*\\).*$/\
. br
. sp \\n[pdf-desht]u
. \}
-..
+\#..
..
.
.cp \n[_C]
--
2.17.0
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?53674>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #53674] [PATCH] pdfpic.tmac: Neutralize extra "..",
Bjarni Ingi Gislason <=