all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: 23420@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 16:26:00 +0200	[thread overview]
Message-ID: <87r3dkh6yv.fsf@gmail.com> (raw)
In-Reply-To: <87r3dlexqw.wl-jch@pps.univ-paris-diderot.fr>

Juliusz Chroboczek <jch@pps.univ-paris-diderot.fr> writes:

> The French characters œ and Œ do not appear to be on the C-x 8 map.
> Please add them (for example to « C-x 8 o e » and « C-x 8 O E »).
>

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. Else something like
the following assigns them off C-x 8 O[eE]

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"   . [?µ])






  reply	other threads:[~2016-05-02 14:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-02  7:15 bug#23420: 25.0.93; Please add French oe and OE to C-x 8 map Juliusz Chroboczek
2016-05-02 14:26 ` Robert Pluim [this message]
2016-05-02 15:23   ` Eli Zaretskii
2016-05-02 15:40     ` Robert Pluim
2016-05-02 15:57       ` Eli Zaretskii
2016-05-02 16:01         ` Robert Pluim
2019-09-15  1:39 ` Stefan Kangas
2019-09-15 15:34   ` Eli Zaretskii
2019-09-15 15:44     ` Stefan Kangas
2019-09-16  8:27       ` Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3dkh6yv.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=23420@debbugs.gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.