bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53770: [PATCH] woman.el: remove kerning escapes


From: Brendan O'Dea
Subject: bug#53770: [PATCH] woman.el: remove kerning escapes
Date: Fri, 4 Feb 2022 16:42:38 +1100

Severity: wishlist
Tags: patch

Some manual pages use kerning escapes* to correctly handle adjacent
roman and italic characters.  The woman function doesn't interpret them,
resulting in output such as the following from `ls'.

  ls [\,OPTION\/]... [\,FILE\/]...

  --color[=\,WHEN\/]
          colorize the  output; WHEN can be  'always' (default if
          omitted), 'auto', or 'never'; more info below

Attached is a trivial patch to remove them.

--bod

* 
https://www.gnu.org/software/groff/manual/html_node/Ligatures-and-Kerning.html#Ligatures-and-Kerning

Attachment: woman.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]