all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to teach emacs that ' + c = ç
@ 2017-07-05  1:25 Filipe Silva
  2017-07-05  1:57 ` Óscar Fuentes
  2017-07-05  6:14 ` Héctor Lahoz
  0 siblings, 2 replies; 8+ messages in thread
From: Filipe Silva @ 2017-07-05  1:25 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

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.


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

end of thread, other threads:[~2017-07-05 23:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05  1:25 how to teach emacs that ' + c = ç Filipe Silva
2017-07-05  1:57 ` Ó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

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.