emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d003f70 2/2: Move 'C-x 8 .' to 'C-x 8 . .'


From: Lars Ingebrigtsen
Subject: master d003f70 2/2: Move 'C-x 8 .' to 'C-x 8 . .'
Date: Fri, 3 Dec 2021 11:44:35 -0500 (EST)

branch: master
commit d003f70c6faf3c45fea2b5e58f052dccb7f12f4a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Move 'C-x 8 .' to 'C-x 8 . .'
    
    * lisp/international/iso-transl.el (iso-transl-char-map): Move
    'C-x 8 .' to 'C-x 8 . .' and add ż.
---
 etc/NEWS                         | 4 ++++
 lisp/international/iso-transl.el | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index 9c64f7d..8dadd3d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -76,6 +76,10 @@ time.
 * Changes in Emacs 29.1
 
 ---
+** 'C-x 8 .' has been moved to 'C-x 8 . .'.
+This is to open up the 'C-x 8 .' map to bind further characters there.
+
+---
 ** 'write-file' will now copy some file mode bits.
 If the current buffer is visiting a file that is executable, the
 'C-x C-w' command will now make the new file executable, too.
diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el
index c59a25e..2d12d01 100644
--- a/lisp/international/iso-transl.el
+++ b/lisp/international/iso-transl.el
@@ -117,7 +117,8 @@
     ("*-"   . [?­])
     ("-"    . [?­])
     ("*."   . [?·])
-    ("."    . [?·])
+    (".."   . [?·])
+    (".z"   . [?ż])
     ("//"   . [?÷])
     ("/A"   . [?Å])
     ("/L"   . [?Ł])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]