r2e.1: Properly escape an ellipsis in the sample configuration
authorW. Trevor King <wking@tremily.us>
Mon, 15 Apr 2013 23:20:51 +0000 (19:20 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 15 Apr 2013 23:20:51 +0000 (19:20 -0400)
Following the example from nroff.1, which uses:

  .RI [ file\~ .\|.\|.]

For reasons that I haven't bothered to track down, the ellipsis isn't
rendered correctly when it occurs at the beginning of a line (even
with the `\|` separators).  After adding some leading whitespace,
everything seems to be working fine.

Reported-by: Matěj Cepl <mcepl@redhat.com>
Signed-off-by: W. Trevor King <wking@tremily.us>
r2e.1

diff --git a/r2e.1 b/r2e.1
index b9bf620d1e5ae84f4a91f87a9e21757724776e0a..19da7008e1bd328543f399e7474db5ead2f72934 100644 (file)
--- a/r2e.1
+++ b/r2e.1
@@ -125,7 +125,7 @@ from = user@rss2email.invalid
 force-from = False
 use-publisher-email = False
 friendly-name = True
-...
+  .\|.\|.
 verbose = warning
 
 [feed.feedname]