From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin aus Chemnitz Newsgroups: gmane.emacs.help Subject: global-set-key [?\ =?iso-8859-1?q?M-=F6=5D?= Date: Mon, 19 May 2003 20:55:25 +0100 Organization: Customer of PlusNet Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3EC936AD.41BBBEC8@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1053377094 8426 80.91.224.249 (19 May 2003 20:44:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 19 May 2003 20:44:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon May 19 22:44:48 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19HrSp-0001wg-00 for ; Mon, 19 May 2003 22:42:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Hqjc-0001GZ-09 for gnu-help-gnu-emacs@m.gmane.org; Mon, 19 May 2003 15:55:48 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.nacamar.de!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!mephistopheles.news.clara.net!news.clara.net!landlord!stones.force9.net.POSTED!not-for-mail X-Mailer: Mozilla 4.75 [de] (Win98; U) X-Accept-Language: de,en Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 212.159.40.170 Original-X-Complaints-To: abuse@plus.net.uk Original-X-Trace: stones.force9.net 1053373995 212.159.40.170 (Mon, 19 May 2003 20:53:15 BST) Original-NNTP-Posting-Date: Mon, 19 May 2003 20:53:15 BST Original-Xref: shelby.stanford.edu gnu.emacs.help:113400 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9893 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9893 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