]> git.eshelyaron.com Git - emacs.git/commitdiff
Add key translations 'C-x 8 a e' and 'C-x 8 A E'.
authorRudi Schlatte <rudi@constantly.at>
Thu, 16 Nov 2023 09:44:44 +0000 (10:44 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Nov 2023 10:08:34 +0000 (12:08 +0200)
* lisp/international/iso-transl.el (iso-transl-char-map): Add
new entries for ae and AE.  (Bug#67225)

etc/NEWS
lisp/international/iso-transl.el

index ba9c85ebc3c9cb91b6842a0debf3a49a6395aaf4..9f65d6fd4c09ef2ab16a51cf7898d16e05ace23e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -233,6 +233,12 @@ to enter the file you want to modify.
 It can be used to customize the look of the appointment notification
 displayed on the mode line when 'appt-display-mode-line' is non-nil.
 
+*** Additional key translations for æ and Æ
+
+These characters can now be input with "C-x 8 a e" and "C-x 8 A E",
+respectively, in addition to the existing translations "C-x 8 / e" and
+"C-x 8 / E".
+
 ** Emacs Server and Client
 
 ---
index 459d1ff7f974af1c4867c568ea41e871782301c1..cd83d723ece1ae8b8b1f38e880176b4322a280c7 100644 (file)
     ("a<"   . [?←])
     ("a>"   . [?→])
     ("a="   . [?↔])
+    ("ae"   . [?æ])
+    ("AE"   . [?Æ])
     ("_-"   . [?−])
     ("~="   . [?≈])
     ("/="   . [?≠])