help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs 22 missing iso-accents-mode


From: Jason Rumney
Subject: Re: emacs 22 missing iso-accents-mode
Date: Sat, 3 May 2008 14:18:33 -0700 (PDT)
User-agent: G2/1.0

On May 3, 8:39 pm, Steinar Bang <s...@dod.no> wrote:

> Hm... it's in a US locale, with Norwegian keyboard settings, Norwegian
> time and a lot of other Norwegian settings.

In that case (set-language-environment "Latin-1") in your .emacs will
set up a lot of useful defaults. Emacs doesn't have localised menus,
so that shouldn't cause you any problems.

> Hm... the behaviour I'm actually looking for, is the one I had with
> iso-accents-mode, which is the ability to type the accents I don't have,
> for certain modes.
>
> I put it into the text-mode-hook, which meant I got iso-accents mode on

Then the equivalent will probably be:

(add-hook 'text-mode-hook (lambda () (set-input-method 'latin-1-
prefix)))


reply via email to

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