Date: Sat, 17 Jun 2023 11:31:39 +0200
From: PierGianLuca <luca@magnaspesmeretrix.org>
I use Emacs with a GUI and monospaced font (DejaVu Sans Mono). Lately I've had to use
"no-break space" (U+00A0) and "narrow no-break space" (U+202F) very often.
Emacs does a great job distinguishing space from no-break space: the latter is
shown as an underlined space. However, no-break space and narrow no-break space
are represented in exactly the same way (underlined space).
Does anyone know of a method to make Emacs use a different glyph for narrow
no-break space?
You should be able to use the display table to change how a character
is displayed. See the node "Display Tables" in the ELisp manual for
more details about this feature.