From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.devel Subject: Re: quail input methods and conversion functions Date: Wed, 07 Feb 2018 23:08:45 -0500 Message-ID: <876078p1gy.fsf@md5i.com> References: <878tcbdpf3.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1518062837 24893 195.159.176.226 (8 Feb 2018 04:07:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Feb 2018 04:07:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 08 05:07:13 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejdU6-00053Y-3J for ged-emacs-devel@m.gmane.org; Thu, 08 Feb 2018 05:06:55 +0100 Original-Received: from localhost ([::1]:40205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejdW7-00023W-KD for ged-emacs-devel@m.gmane.org; Wed, 07 Feb 2018 23:08:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejdVz-00022s-9S for emacs-devel@gnu.org; Wed, 07 Feb 2018 23:08:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejdVu-0002ey-Tk for emacs-devel@gnu.org; Wed, 07 Feb 2018 23:08:51 -0500 Original-Received: from md5i.com ([75.151.244.229]:36824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ejdVu-0002cZ-Ob for emacs-devel@gnu.org; Wed, 07 Feb 2018 23:08:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=md5i.com; s=dkim; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:To:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=bwga0GAxWzMZs60DVWE8Cuuvoaf5qWYxZwi6mC9msts=; b=Uj+eeOP8csA/Ia1VltqQfXfQUD WN4p83k7nkLJGw18Bi1aZ+zwQXuLC/EuqX601L43HkqqvH2+MmXowT7uTMNdH9LzXyzSHxJmGGc5h 0Gh+FzTBgEwWcV15p3qcsdBRZ; Original-Received: from md5i by md5i.com with local (Exim 4.90) (envelope-from ) id 1ejdVt-00015K-RB for emacs-devel@gnu.org; Wed, 07 Feb 2018 23:08:45 -0500 In-Reply-To: <878tcbdpf3.fsf@mat.ucm.es> (Uwe Brauer's message of "Fri, 02 Feb 2018 22:58:40 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 75.151.244.229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222621 Archived-At: Uwe Brauer writes: > In ancient pre Mule times, there was iso-unacentuate which for example > would translatex =E4 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 =E4 outputs: To input =91=E4=92, type ""a" and (quail-find-key ?=E4) -> ("\"a") Both of these depend on the current input method, of course. --=20 Michael Welsh Duggan (md5i@md5i.com)