GNU bug report logs - #23420
25.0.93; Please add French oe and OE to C-x 8 map

Previous Next

Package: emacs;

Reported by: Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr>

Date: Mon, 2 May 2016 08:06:01 UTC

Severity: wishlist

Tags: fixed

Found in version 25.0.93

Fixed in version 27.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Robert Pluim <rpluim <at> gmail.com>
To: 23420 <at> debbugs.gnu.org
Subject: bug#23420: 25.0.93; Please add French oe and OE to C-x 8 map
Date: Mon, 02 May 2016 17:40:57 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Robert Pluim <rpluim <at> gmail.com>
>> Date: Mon, 02 May 2016 16:26:00 +0200
>> 
>> Currently:
>> C-x 8 o => °
>> 
>> so at least the first mapping is not possible. There is the
>> alternative
>> 
>> C-x 8 *o => °
>> 
>> though, so perhaps we should remove the first one.
>
> Sorry, no: the "C-x 8 o" binding is very old, since Emacs 21 at least,
> so removing it now runs the risk of breaking someone's muscle memory.

Indeed, I went back and stopped when I'd gone 17 years...

(I've forgotten what the magic header is for "it's a small change, no
paperwork required, I don't have commit rights")

2016-05-02  Robert Pluim  <rpluim <at> gmail.com>

	* lisp/international/iso-transl.el (iso-transl-char-map): Add
	bindings for small and capital ligature oe.

diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el
index 1436cf8..c150842 100644
--- a/lisp/international/iso-transl.el
+++ b/lisp/international/iso-transl.el
@@ -177,6 +177,8 @@ iso-transl-char-map
     ("c"    . [?¢])
     ("*o"   . [?°])
     ("o"    . [?°])
+    ("Oe"   . [?œ])
+    ("OE"   . [?Œ])
     ("*u"   . [?µ])
     ("u"    . [?µ])
     ("*m"   . [?µ])





This bug report was last modified 5 years and 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.