On 2023-11-13, at 05:29, Samuel Wales <samolog...@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

Reply via email to