From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Column replace Date: Tue, 12 Jun 2007 20:02:18 +0200 Message-ID: References: <1181638134.131187.199190@i13g2000prf.googlegroups.com> <45BFC694-17D7-47E9-BD3B-F5FDE5E15952@Web.DE> <8D862A45-5FD6-4E29-BCDF-5228C1AB99B4@web.de> <1181652569.283182.282430@x35g2000prf.googlegroups.com> <1181657662.198731.165160@i38g2000prf.googlegroups.com> <1181664697.930466.263810@q19g2000prn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181671358 2342 80.91.229.12 (12 Jun 2007 18:02:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 18:02:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: weber Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 20:02:37 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HyAhO-0006zW-0c for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 20:02:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyAhN-00031y-Ml for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 14:02:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyAhB-0002zK-8T for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:02:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyAh9-0002vi-QT for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:02:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyAh9-0002vV-Js for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:02:19 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyAh9-0000CE-AQ for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:02:19 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 55so1335705wri for ; Tue, 12 Jun 2007 11:02:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tE6WDzW7M1xhpD8nG/XNgPhqBniCjy08HKPxE2I1pFLvw1UJ3cC6s2MVyYFcu0DRaF7155IYhgSg3UFyakkdD2H0ghX0tt379zxJ7yrrMG5ZBxjUvHy3dc6X46tchsuT5tN50hEqsgNCsLdrPhy7PqRVrYOyjSWikRzI9CcUwbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KKEbtYJkoSxZygCQ6eGd+/FcaIUTtxC/3rQH9OfBXeKybgBNJrai0/qopM+g+4yZvf8sU0l7FbaBzhnDr2uCfNjQrlSGze2zWNUZBcqanF116SQEvtZLGmUIi+T45ATccsG4BY53TVN2MIJ0UUW0f//zjk5J2bsEIixFspBXbQo= Original-Received: by 10.90.54.4 with SMTP id c4mr6920879aga.1181671338272; Tue, 12 Jun 2007 11:02:18 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Tue, 12 Jun 2007 11:02:18 -0700 (PDT) In-Reply-To: <1181664697.930466.263810@q19g2000prn.googlegroups.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:44956 Archived-At: On 6/12/07, weber wrote: > Ok, i read the docs.. but there is still one thing i'm not able to do: > siga(0) <= siga(0); > siga(1) <= siga(1); > siga(2) <= siga(2); > ... > > Is there a way to insert the current counter value without > incrementing it? F3 "signalA(" F3 ") <= signalB(" C-u F3 ")" RET F4 F4 F4... I'd *really* recommend reading the docs. That's clearly described in the docstring for `kmacro-start-macro-or-insert-counter', which you can access with C-h k f3. Juanma