[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol |
Date: |
Fri, 29 Jul 2022 09:43:12 +0800 |
Max Nikulin <manikulin@gmail.com> writes:
> The good point in your patch is that \- is still work as shy hyphen
> (that, by the way, may be used in some cases instead of zero width
> space: *intra*\-word). On the other hand I have managed to find a case
> when your approach is not ideal:
>
> *\--scratch\--*
>
> <p>
> <b>­-scratch</b></p>
Well. I think that it is impossible to use the same escape construct to
both force emphasis and escape it.
However, we can do
*scratch\--{}*
which is a bit hacky, but it is the best thing I can think of without
introducing two separate entities: one for forcing the markup and one
for escaping the markup.
In general, the proposed \-- entity is only meaningful _before_ markup
characters. When it is placed after markup character, it does literally
nothing.
Best,
Ihor
- Re: How to force markup without spaces, (continued)
- Re: How to force markup without spaces, Max Nikulin, 2022/07/25
- Re: How to force markup without spaces, K K, 2022/07/26
- Re: How to force markup without spaces, Max Nikulin, 2022/07/26
- [PATCH] org-export: Remove zero-width space escapes during export, Ihor Radchenko, 2022/07/26
- Re: [PATCH] org-export: Remove zero-width space escapes during export, Timothy, 2022/07/26
- Re: [PATCH] org-export: Remove zero-width space escapes during export, András Simonyi, 2022/07/26
- Re: [PATCH] org-export: Remove zero-width space escapes during export, Max Nikulin, 2022/07/26
- Re: [PATCH] org-export: Remove zero-width space escapes during export, Max Nikulin, 2022/07/26
- [PATCH] Add new entity \-- serving as markup separator/escape symbol, Ihor Radchenko, 2022/07/28
- Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol, Max Nikulin, 2022/07/28
- Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol,
Ihor Radchenko <=
- Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol, Max Nikulin, 2022/07/28
- [PATCH v2] Add new entity \-- serving as markup separator/escape symbol, Ihor Radchenko, 2022/07/29
- Re: [PATCH v2] Add new entity \-- serving as markup separator/escape symbol, Samuel Wales, 2022/07/29
- Re: [PATCH v2] Add new entity \-- serving as markup separator/escape symbol, Samuel Wales, 2022/07/30
- Re: [PATCH v2] Add new entity \-- serving as markup separator/escape symbol, Ihor Radchenko, 2022/07/30
- Re: [PATCH v2] Add new entity \-- serving as markup separator/escape symbol, Max Nikulin, 2022/07/30
- Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol, Tim Cross, 2022/07/28
- Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol, Juan Manuel Macías, 2022/07/28
- Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol, tomas, 2022/07/29
Re: How to force markup without spaces, K, 2022/07/25