From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Inputting characters with specialist diacritic marks in emacs
Date: Tue, 19 Jan 2016 11:20:40 -0500 [thread overview]
Message-ID: <jwvfuxtd2k2.fsf-monnier+gmane.emacs.help@gnu.org> (raw)
In-Reply-To: 571eb6f1-614e-4ec0-9c55-bbe1fbfb9ddc@googlegroups.com
> This is not ideal since it's quite difficult to type these bindings. In
> Linux I use Ibus mappings which involve double-tapping a similar key (e.g.,
> when I type "a-a" I get "ā", when I type "i-i" I get "ī" and so on.
You want to use a proper input method, yes.
AFAIK it should be possible to use your OS's input method (e.g. Ibus
under GNU/Linux), but you can also use one of Emacs's own input methods.
I'm not sure what's the best input method for your use-case, but at
least you can start with the TeX input method, which tends to be a bit
verbose but has the advantage of offering a reasonably good coverage.
C-u C-\ TeX RET
after which you can type "\=a" to input an "ā" or "\~n" to input an "ñ",
"\d{d}" to input a "ḍ" (not sure why the method does not allow the use
of something shorter like \dd here).
You can use M-x describe-input-method RET TeX RET to see a complete
description. And C-u C-x = on a character will tell you things like «to
input: type "\d{t}" with TeX input method» if the TeX input method
is enabled.
Stefan
PS: Personally, I most often use my OS's input method, where I rely on
the "compose" key for most things. See also
https://github.com/kragen/xcompose for an example of what you can do on
that front.
next prev parent reply other threads:[~2016-01-19 16:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-19 13:30 Inputting characters with specialist diacritic marks in emacs mikew2801
2016-01-19 15:00 ` Haines Brown
2016-01-19 15:25 ` Drew Adams
2016-01-19 15:26 ` patrick mc allister
2016-01-19 15:35 ` Stefan Monnier
2016-01-19 16:03 ` Teemu Likonen
2016-01-19 16:20 ` Stefan Monnier [this message]
2016-01-19 19:45 ` Emanuel Berg
2016-01-19 20:49 ` Nick Dokos
2016-01-19 20:58 ` Emanuel Berg
2016-01-19 21:05 ` Emanuel Berg
2016-01-19 22:46 ` Robert Thorpe
2016-01-20 8:25 ` mikew2801
2016-01-21 0:43 ` Emanuel Berg
2016-01-21 20:31 ` Sven Bretfeld
[not found] ` <mailman.2611.1453232746.843.help-gnu-emacs@gnu.org>
2016-01-22 0:49 ` B. T. Raven
2016-01-22 1:24 ` Emanuel Berg
2016-01-22 1:27 ` Joost Kremers
[not found] ` <mailman.2729.1453425895.843.help-gnu-emacs@gnu.org>
2016-01-22 1:31 ` Joost Kremers
2016-01-22 2:30 ` Emanuel Berg
2016-01-27 8:52 ` Alan
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=jwvfuxtd2k2.fsf-monnier+gmane.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
--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.
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.