[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #49917] Use the traditional (portable) method of using a backslash
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #49917] Use the traditional (portable) method of using a backslash after '\{' |
Date: |
Sun, 8 Jan 2017 23:59:35 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #1, bug #49917 (project groff):
Besides the one backslash missing in "tmac/e.tmac-u" the same is the case in
the files "tmac/s.tmac" and "contrib/mm/m.tmac".
N.B.
The original bug report is not shown in the "Discussion" part (original
submission); repeated below:
Use the traditional (portable) method of using a backslash after '\{' [at
the end of a line]
Patch:
--- /home/bg/git/groff/tmac/e.tmac-u 2016-12-22 18:20:01.000000000 +0000
+++ /tmp/e.tmac-u 2016-12-22 22:19:52.000000000 +0000
@@ -1819,7 +1819,7 @@
. tm Line \\n(c. -- Bad mode to .++
.nr ?R 0
.if \\n(_0>10 \
-.\{
+.\{\
. nr ?R 1
. nr _0 -10
.\}
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49917>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #49917] Use the traditional (portable) method of using a backslash after '\{',
Bjarni Ingi Gislason <=