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

Reply via email to