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: David Hansen
Subject: Re: How to change keys for uncomment (C-u C-c C-c)?
Date: Thu, 21 Apr 2005 22:17:11 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

On Thu, 21 Apr 2005 21:55:27 +0200 JS wrote:

> I have just tried C-h k M-; and it gives me:
>
>
> M-, runs the command tags-loop-continue

[...]

> On my keyboard I get ";" by pressing Shift-,
>
> If I try to press M-shift-,  nothing happens.

And with C-h k before "M-shift-," (Holding down Alt *and* shift
and then ",")?

Anyway, that's probably not a convenient key binding. You may as
well try:

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

or get an US Keyboard ;)

David


reply via email to

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