From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JS Newsgroups: gmane.emacs.help Subject: Re: Problems with global-set-key Date: Fri, 22 Apr 2005 11:57:53 +0200 Organization: UNI-C Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: sea.gmane.org 1114164571 15982 80.91.229.2 (22 Apr 2005 10:09:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 10:09:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 22 12:09:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOv5h-00017j-2T for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Apr 2005 12:08:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOvAY-0000Va-4l for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Apr 2005 06:13:54 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!newsserver.news.garr.it!irazu.switch.ch!switch.ch!news.belwue.de!feed.news.tiscali.de!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1114163774 10833 130.225.245.182 (22 Apr 2005 09:56:14 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Fri, 22 Apr 2005 09:56:14 +0000 (UTC) User-Agent: KNode/0.7.7 Original-Xref: shelby.stanford.edu gnu.emacs.help:130365 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25936 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25936 Peter Dyballa wrote: > > Am 22.04.2005 um 11:18 schrieb JS: > >> (global-set-key "\M-a" 'comment-dwim) >> > > Have you tried without backslash? This one works for me for Emacsen > 2[012]: > (global-set-key [M-f1] 'replace-string) > > -- > Greetings > > Pete > > Know thyself. Need help, call CIA. I just tried: (global-set-key [M-a] 'comment-dwim) That gives the same error as before.