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

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

Re: How to change keys for uncomment (C-u C-c C-c)?


From: Mathias Dahl
Subject: Re: How to change keys for uncomment (C-u C-c C-c)?
Date: Fri, 22 Apr 2005 16:48:47 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt)

JS <d44sf@44ada.com> writes:

>
> I have just entered this in my .emacs fil:
>
> (global-set-key "\M-," 'comment-dwim)
>
> When I start up emacs I get this error:

> An error has occurred while loading `/home/johs/.emacs':
>
> Symbol's function definition is void: global-set-key 

Seems like your newreader put some extra magic characters in the
parent post. Try this:

 (global-set-key "\M-," 'comment-dwim)

/Mathias


reply via email to

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