From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JS Newsgroups: gmane.emacs.help Subject: Re: How to change keys for uncomment (C-u C-c C-c)? Date: Thu, 21 Apr 2005 21:55:27 +0200 Organization: UNI-C Message-ID: References: <877jiwrvuc.fsf@robotron.ath.cx> <87is2gq7i1.fsf@robotron.ath.cx> <87ekd4q6bn.fsf@robotron.ath.cx> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1114113211 10982 80.91.229.2 (21 Apr 2005 19:53:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2005 19:53:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 21 21:53:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOhj3-0002jY-FH for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Apr 2005 21:52:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOhnp-0003t0-2w for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Apr 2005 15:57:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1114113231 1318 130.225.245.182 (21 Apr 2005 19:53:51 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Thu, 21 Apr 2005 19:53:51 +0000 (UTC) User-Agent: KNode/0.7.7 Original-Xref: shelby.stanford.edu gnu.emacs.help:130337 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25908 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25908 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.