]> git.eshelyaron.com Git - emacs.git/commitdiff
(Select Input Method): Describe how to activate an input
authorKenichi Handa <handa@m17n.org>
Tue, 6 Nov 2007 01:31:22 +0000 (01:31 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 Nov 2007 01:31:22 +0000 (01:31 +0000)
method in the text mode.

doc/emacs/mule.texi

index c71c820dc27d035615dc8899b898a13c3eb07a85..0def4bc5c3ef6b1bfffca92e8d71655be8adb4b8 100644 (file)
@@ -534,6 +534,18 @@ set-language-environment-hook}).  For example:
 This sets the default input method to be @code{chinese-tonepy}
 whenever you choose a Chinese-GB language environment.
 
+You can instruct Emacs to activate a certain input method
+automatically.  For example:
+
+@lisp
+(add-hook 'text-mode-hook
+  (lambda () (set-input-method "german-prefix")))
+@end lisp
+
+@noindent
+This activates the input emthod ``german-prefix'' automatically in the
+Text mode.
+
 @findex quail-set-keyboard-layout
   Some input methods for alphabetic scripts work by (in effect)
 remapping the keyboard to emulate various keyboard layouts commonly used