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

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

Re: Problems with global-set-key


From: JS
Subject: Re: Problems with global-set-key
Date: Fri, 22 Apr 2005 13:07:11 +0200
User-agent: KNode/0.7.7

Peter Dyballa wrote:

> 
> Am 22.04.2005 um 11:57 schrieb JS:
> 
>> (global-set-key [M-a] 'comment-dwim)
> 
> How's that: (global-set-key [(meta a)] 'comment-dwim)


That did it!! Thanks, wierd that I have to do it like this when the standard
is just:
(global-set-key "\M-a" 'comment-dwim)


reply via email to

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