emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: quail input methods and conversion functions


From: Michael Welsh Duggan
Subject: Re: quail input methods and conversion functions
Date: Wed, 07 Feb 2018 23:08:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

> In ancient pre Mule times, there was iso-unacentuate which for example
> would translatex ä to "a
>
>
> Does something like this exist for all, or some quail input methods?

It seems to exist.  The interactive version is `M-x quail-show-key', and
the programmatic version is `quail-find-key'.  For example, using the
latin-1-prefix input method, M-x quail-show-key on ä outputs:

  To input ‘ä’, type ""a"

and (quail-find-key ?ä) -> ("\"a")

Both of these depend on the current input method, of course.

-- 
Michael Welsh Duggan
(address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]