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

Reply via email to