emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 a8766a2: Document how to customize input methods


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 a8766a2: Document how to customize input methods
Date: Sat, 11 Mar 2017 10:57:17 -0500 (EST)

branch: emacs-25
commit a8766a2888369ddcde4129e0223c080721698145
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Document how to customize input methods
    
    * doc/emacs/mule.texi (Input Methods): Document how to customize
    input methods.
---
 doc/emacs/mule.texi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 76bc945..13407f6 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -553,6 +553,15 @@ most input methods---some disable this feature).  If
 possible characters to type next is displayed in the echo area (but
 not when you are in the minibuffer).
 
address@hidden quail-activate-hook
address@hidden quail-translation-keymap
+  You can modify how an input method works by making your changes in a
+function that you add to the hook variable @code{quail-activate-hook}.
address@hidden  For example, you can redefine some of the input
+method's keys by defining key bindings in the keymap returned by the
+function @code{quail-translation-keymap}, using @code{define-key}.
address@hidden Rebinding}.
+
   Another facility for typing characters not on your keyboard is by
 using @kbd{C-x 8 @key{RET}} (@code{insert-char}) to insert a single
 character based on its Unicode name or code-point; see @ref{Inserting



reply via email to

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