emacs-devel
[Top][All Lists]
Advanced

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

Re: Activating input method globally


From: Kenichi Handa
Subject: Re: Activating input method globally
Date: Tue, 06 Nov 2007 10:15:07 +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>, Reiner Steib <address@hidden> writes:

> Hi,
> the manual says that `set-input-method' sets the input method buffer
> locally:

> ,----[ (info "(emacs)Select Input Method") ]
> |    To choose an input method for the current buffer, use `C-x <RET>
> | C-\' (`set-input-method').
> `----

> It doesn't mention how to set it globally (AFAICS).  What is the
> recommended way to achieve this? I think this should be documented.

Currently we don't have such a facility.

> The best I could think about was adding `set-input-method' to
> `text-mode-hook':

> (add-hook 'text-mode-hook
>         (lambda () (set-input-method "german-prefix")))

Yes, if text mode is the only mode you want to activate an
input method automatically.

---
Kenichi Handa
address@hidden




reply via email to

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