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:55:27 +0200
User-agent: KNode/0.7.7

David Hansen wrote:

> On Thu, 21 Apr 2005 21:17:10 +0200 JS wrote:
> 
>> M-; (Holding down my Alt key and ";")
>>
>> I get this error:
>>
>> No M-x tags-search or M-x tags-query-replace in progress
> 
> Hmm... What says C-h k M-; ?
> 
> David


I have just tried C-h k M-; and it gives me:


M-, runs the command tags-loop-continue
   which is an interactive compiled Lisp function in `etags'.
(tags-loop-continue &optional FIRST-TIME)

Continue last M-x tags-search or M-x tags-query-replace command.
Used noninteractively with non-nil argument to begin such a command (the
argument is passed to `next-file', which see).

Two variables control the processing we do on each file: the value of
`tags-loop-scan' is a form to be executed on each file to see if it is
interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
evaluate to operate on an interesting file.  If the latter evaluates to
nil, we exit; otherwise we scan the next file.

--------------------
On my keyboard I get ";" by pressing Shift-,

If I try to press M-shift-,  nothing happens.

So I guess the problem is that I can only get ";" if I press Shift at the
same time.


reply via email to

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