[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can emphasis emphasize this?
From: |
Marcin Borkowski |
Subject: |
Re: can emphasis emphasize this? |
Date: |
Mon, 13 Nov 2023 06:45:31 +0100 |
User-agent: |
mu4e 1.1.0; emacs 30.0.50 |
On 2023-11-13, at 05:29, Samuel Wales <samologist@gmail.com> wrote:
> if it is as above, the emphasis does not show. but if i put a space
> after =, it does show. i kind of want to keep trying without space,
> but i want emphasis.
>
> is this a possible hack to emphasis syntax? we've changed that around
> a bunch i know, and forgotten details. i suspect it is at your own
> risk stuff now.
My go-to solution is this:
(defun insert-zero-width-space ()
"Insert Unicode character \"zero-width space\"."
(interactive)
(insert 8203))
Hth,
--
Marcin Borkowski
http://mbork.pl