emacs-devel
[Top][All Lists]
Advanced

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

Activating input method globally


From: Reiner Steib
Subject: Activating input method globally
Date: Sat, 03 Nov 2007 20:10:09 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

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.

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")))

Background: This question popped up several times in German speaking
Emacs/Gnus-related newsgroups.  Some users use an American keyboard
layout, but want to type German non-ascii characters (cf. `M-x
describe-input-method RET german-...').

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

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