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: JS
Subject: Re: How to change keys for uncomment (C-u C-c C-c)?
Date: Thu, 21 Apr 2005 21:17:10 +0200
User-agent: KNode/0.7.7

David Hansen wrote:

> On Thu, 21 Apr 2005 20:45:13 +0200 JS wrote:
> 
>>> Which major mode are you talking about?  For me M-; works fine in
>>> all major modes i use.  See C-h k M-;
>>
>> hm nothing happens if I select some code and press M-. The selected area
>> disappears and in the tiny buffer in the buttom there is only this text:
>>
>> M---
> 
> From the tutorial:
> 
> ,----
> |  M-<chr>  means hold the META or EDIT or ALT key down while typing
> |  <chr>.
> | If there is no META, EDIT or ALT key, instead press and release the
> | ESC key and then type <chr>.  We write <ESC> for the ESC key.
> `----
> 
> so "M-;" means: press Meta key, hold it and press ";".
> 
> David


Ok I have this in my code:

/*   if (f != NULL){ */

When I select that line with the mouse and press:

M-; (Holding down my Alt key and ";")

I get this error:

No M-x tags-search or M-x tags-query-replace in progress


reply via email to

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