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

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

global-set-key [?\ M-ö]


From: Martin aus Chemnitz
Subject: global-set-key [?\ M-ö]
Date: Mon, 19 May 2003 20:55:25 +0100

Hi!

I'm a very new Emacs user and hope this problem is not too frequently
asked.

I use
  GNU Emacs 21.3.1 (i386-msvc-windows98.2222)
and tried to bind a function to a German Umlaut key in my .emacs file,
but
  (global-set-key  [?\M-ö] 'forward-word)
did not work. There was no error message, but no binding as well.

The possible FAQ solution
  (add-hook 'window-setup-hook
    (lambda ()
      (global-set-key  [?\M-ö] 'forward-word)))
did not change the behaviour.

Thanks for any help.

Martin


reply via email to

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