1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/international/quail.el (quail-insert-kbd-layout): Commentary.

This commit is contained in:
Eli Zaretskii 2025-07-25 15:25:40 +03:00
parent 47deb38f21
commit 5f3cbd62b1

View file

@ -836,6 +836,8 @@ The format of KBD-LAYOUT is the same as `quail-keyboard-layout'."
(format "\t%c\t" upper))
(string upper))))
(insert (bidi-string-mark-left-to-right lower)
;; This invisible space is here to prevent the display
;; engine from composing these two characters on display.
(propertize " " 'invisible t)
(bidi-string-mark-left-to-right upper))
(if (< (string-width upper) 2)