all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#67225: [PATCH] Add mnemonic key translations for æ,  Æ
@ 2023-11-16  9:54 Rudolf Schlatte
  2023-11-18 10:12 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Rudolf Schlatte @ 2023-11-16  9:54 UTC (permalink / raw)
  To: 67225

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Tags: patch

Hello,

I always forget the existing key translations ("C-x 8 / e" for æ, "C-x 8
/ E" for Æ.  This patch adds additional translations "C-x 8 a e" and
"C-x A E" for these characters, which are the keys I find myself trying
to type when I want to input these characters...  I hope this change is
useful for other people as well.

Best regards,

Rudi


[-- Attachment #2: 0001-Add-key-translations-C-x-8-a-e-for-C-x-8-A-E-for.patch --]
[-- Type: text/patch, Size: 1595 bytes --]

From c16fbdb3b501868a84068744f1ea43faa1786ec6 Mon Sep 17 00:00:00 2001
From: Rudi Schlatte <rudi@constantly.at>
Date: Thu, 16 Nov 2023 10:44:44 +0100
Subject: [PATCH] =?UTF-8?q?Add=20key=20translations=20C-x=208=20a=20e=20fo?=
 =?UTF-8?q?r=20=C3=A6,=20C-x=208=20A=20E=20for=20=C3=86.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* lisp/international/iso-transl.el (iso-transl-char-map): Add entries.
---
 etc/NEWS                         | 6 ++++++
 lisp/international/iso-transl.el | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 23f4a8b5311..bd6906c9d8f 100644
--- 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
 
 ---
diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el
index 459d1ff7f97..cd83d723ece 100644
--- a/lisp/international/iso-transl.el
+++ b/lisp/international/iso-transl.el
@@ -293,6 +293,8 @@ iso-transl-char-map
     ("a<"   . [?←])
     ("a>"   . [?→])
     ("a="   . [?↔])
+    ("ae"   . [?æ])
+    ("AE"   . [?Æ])
     ("_-"   . [?−])
     ("~="   . [?≈])
     ("/="   . [?≠])
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67225: [PATCH] Add mnemonic key translations for æ,  Æ
  2023-11-16  9:54 bug#67225: [PATCH] Add mnemonic key translations for æ, Æ Rudolf Schlatte
@ 2023-11-18 10:12 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-11-18 10:12 UTC (permalink / raw)
  To: Rudolf Schlatte; +Cc: 67225-done

> From: Rudolf Schlatte <rudi@constantly.at>
> Date: Thu, 16 Nov 2023 10:54:40 +0100
> 
> I always forget the existing key translations ("C-x 8 / e" for æ, "C-x 8
> / E" for Æ.  This patch adds additional translations "C-x 8 a e" and
> "C-x A E" for these characters, which are the keys I find myself trying
> to type when I want to input these characters...  I hope this change is
> useful for other people as well.

Thanks, installed on the master branch, and closing the bug.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-18 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-16  9:54 bug#67225: [PATCH] Add mnemonic key translations for æ, Æ Rudolf Schlatte
2023-11-18 10:12 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.