From: Filipe Silva <filipe.silva@gmail.com>
To: Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: how to teach emacs that ' + c = ç
Date: Tue, 4 Jul 2017 22:25:52 -0300 [thread overview]
Message-ID: <CAEwkUWMEWe3vCNAxd4zWW0L8XS3oJkxW_zrawBLxRc7ddZJVrQ@mail.gmail.com> (raw)
I've set up my keyboard layout in arch with localectl set-x11-keymap us
pc104 intl
By default, in this layout, the ' is a dead character. It is called a dead
acute. In portuguese, we are used to compose the ç char with ' + c = ç when
using international us-keyboard layouts.
I don't know why, but by default linux distros come configured so that when
you type this combination ' + c= ć, which is an invalid char in Brazilian
portuguese, and so I'm screwed.
So I did this:
-
Editing the files:
sudo vim /usr/lib/gtk-3.0/3.0.0/immodules.cache sudo vim
/usr/lib/gtk-2.0/2.10.0/immodules.cache
changing the line
"cedilla" "Cedilla" "gtk20" "/usr/share/locale"
"az:ca:co:fr:gv:oc:pt:sq:tr:wa" to "cedilla" "Cedilla" "gtk20"
"/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"
-
replaced "ć" to "ç" and "Ć" to "Ç" on
/usr/share/X11/locale/en_US.UTF-8/Compose
sudo cp /usr/share/X11/locale/en_US.UTF-8/Compose
/usr/share/X11/locale/en_US.UTF-8/Compose.bak sed 's/ć/ç/g' <
/usr/share/X11/locale/en_US.UTF-8/Compose | sed 's/Ć/Ç/g' > Compose sudo mv
Compose /usr/share/X11/locale/en_US.UTF-8/Compose
-
add two lines on /etc/environment
GTK_IM_MODULE=cedilla QT_IM_MODULE=cedilla
-
restart my computer.
And all is working fine in firefox, chromium, scite, gvim or any other gui
tool, but no emacs. on emacs, ' + cinsist on producing ć, despite my
efforts.
So I ask you, how can I teach emacs to produce ç and not ć in this scenario?
thanks in advance.
next reply other threads:[~2017-07-05 1:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-05 1:25 Filipe Silva [this message]
2017-07-05 1:57 ` how to teach emacs that ' + c = ç Óscar Fuentes
2017-07-05 15:55 ` Filipe Silva
2017-07-05 16:11 ` Filipe Silva
2017-07-05 20:38 ` tomas
2017-07-05 21:26 ` Filipe Silva
2017-07-05 23:28 ` Filipe Silva
2017-07-05 6:14 ` Héctor Lahoz
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAEwkUWMEWe3vCNAxd4zWW0L8XS3oJkxW_zrawBLxRc7ddZJVrQ@mail.gmail.com \
--to=filipe.silva@gmail.com \
--cc=help-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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).