emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/emacs/mule.texi,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/mule.texi,v
Date: Tue, 06 Nov 2007 01:31:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   07/11/06 01:31:22

Index: mule.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/emacs/mule.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- mule.texi   6 Sep 2007 04:47:57 -0000       1.1
+++ mule.texi   6 Nov 2007 01:31:22 -0000       1.2
@@ -534,6 +534,18 @@
 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:
+
address@hidden
+(add-hook 'text-mode-hook
+  (lambda () (set-input-method "german-prefix")))
address@hidden lisp
+
address@hidden
+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




reply via email to

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