; * lisp/international/quail.el (quail-insert-kbd-layout): Commentary.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user