gbranden pushed a commit to branch master
in repository groff.
commit 22a3a50e0c0040ecc6b883325306d4644343dbe7
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Oct 15 10:31:33 2024 -0500
[mm]: Simplify `EM` string definition.
* m.tmac (EM): Simplify string definition: interpolate only the `\[em]`
special character always, even in nroff mode, and without leading
space. It's the output device's responsibility to fall back
gracefully when encountering this Ossanna troff special character.
This also makes the indentation of `DL` list items consistent with
those of other lists on nroff devices.
---
contrib/mm/ChangeLog | 10 ++++++++++
contrib/mm/m.tmac | 3 +--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 8457b855b..17fc99672 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,13 @@
+2024-10-15 G. Branden Robinson <[email protected]>
+
+ * m.tmac (EM): Simplify string definition: interpolate only the
+ `\[em]` special character always, even in nroff mode, and
+ without leading space. It's the output device's responsibility
+ to fall back gracefully when encountering this Ossanna troff
+ special character. This also makes the indentation of `DL`
+ list items consistent with those of other lists on nroff
+ devices.
+
2024-10-14 G. Branden Robinson <[email protected]>
* groff_mmse.7.man: Add old-style Emacs file-local variable to
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 817958fc1..453f4bfe2 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -181,8 +181,7 @@ http://savannah.gnu.org/bugs/?group=groff.
.\" eject page before headings of level <= Ej
.nr Ej 0
.\" em dash string
-.ie n .ds EM " --
-.el .ds EM \[em]
+.ds EM \[em]
.\" align equation labels to the left instead of the right?
.nr Eq 0
.\" multiple of Lsp to put between items of footnote text
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit