emacs-devel
[Top][All Lists]
Advanced

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

Re: composed characters question and suggestions for quail-cyrillic-*


From: Kenichi Handa
Subject: Re: composed characters question and suggestions for quail-cyrillic-*
Date: Thu, 19 Jun 2008 20:45:20 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Ted Zlatanov <address@hidden> writes:

> I'll set up quail-define-rules to run with the append argument for each
> method.  Something like

> (dolist (method '(cyrillic-translit cyrillic-yawerty ...))
>   (... switch to Quail method ...)
>   (quail-define-rules (append . t) (... characters ...)))

> Does anyone know how to list all the Quail methods matching a regex,

You can check elements of input-method-alist.

> and
> how to switch to a Quail package?
> All the examples use
> quail-define-package to switch to the package and I hope I don't have to
> dig into the macros to figure out how to switch to an already-defined
> package.

You can use quail-defrule.

emacs/leim/leim-ext.el adds extra rules to the existing input method by:

(eval-after-load "quail/..."
   '(quail-defrule "..." ...))

---
Kenichi Handa
address@hidden




reply via email to

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