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)
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to