mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-10 08:52:40 -07:00
Add "C-x 8" commands for letters with breeve
* lisp/international/iso-transl.el (iso-transl-char-map): Add Latin letters with breve. (Bug#80515)
This commit is contained in:
parent
f254b2cc19
commit
1e07e6083c
1 changed files with 12 additions and 0 deletions
|
|
@ -242,6 +242,18 @@
|
|||
("^^s" . [?š])
|
||||
("^^u" . [?ǔ])
|
||||
("^^z" . [?ž])
|
||||
("\)A" . [?Ă])
|
||||
("\)E" . [?Ĕ])
|
||||
("\)G" . [?Ğ])
|
||||
("\)I" . [?Ĭ])
|
||||
("\)O" . [?Ŏ])
|
||||
("\)U" . [?Ŭ])
|
||||
("\)a" . [?ă])
|
||||
("\)e" . [?ĕ])
|
||||
("\)g" . [?ğ])
|
||||
("\)i" . [?ĭ])
|
||||
("\)o" . [?ŏ])
|
||||
("\)u" . [?ŭ])
|
||||
("_a" . [?ª])
|
||||
("_o" . [?º])
|
||||
("`A" . [?À])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue