[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: translating defined glyphs: docs vs reality
From: |
Tadziu Hoffmann |
Subject: |
Re: translating defined glyphs: docs vs reality |
Date: |
Fri, 17 Jul 2020 14:13:40 +0200 |
User-agent: |
Mutt/1.11.4 (2019-03-13) |
> And I can surround the target of this .char definition
> with \m escapes and it still works fine. So something
> else seems to be going on here.
You are right -- it's not that simple. For example,
the following also works:
.char a \m[red]a\m[]
.char b \m[blue]b\m[]
.tr abba
ab
and prints a red "b" and a blue "a".