mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
; * lisp/international/quail.el (quail-insert-kbd-layout): Commentary.
This commit is contained in:
parent
47deb38f21
commit
5f3cbd62b1
1 changed files with 2 additions and 0 deletions
|
|
@ -836,6 +836,8 @@ The format of KBD-LAYOUT is the same as `quail-keyboard-layout'."
|
||||||
(format "\t%c\t" upper))
|
(format "\t%c\t" upper))
|
||||||
(string upper))))
|
(string upper))))
|
||||||
(insert (bidi-string-mark-left-to-right lower)
|
(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)
|
(propertize " " 'invisible t)
|
||||||
(bidi-string-mark-left-to-right upper))
|
(bidi-string-mark-left-to-right upper))
|
||||||
(if (< (string-width upper) 2)
|
(if (< (string-width upper) 2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue