From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ankur Jain" Newsgroups: gmane.emacs.help Subject: Apply a saved macro to region Date: Thu, 31 Jan 2008 20:48:47 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20020_17638606.1201792727180" X-Trace: ger.gmane.org 1201792756 7487 80.91.229.12 (31 Jan 2008 15:19:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2008 15:19:16 +0000 (UTC) To: "Gnu Emacs Mailing List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 31 16:19:36 2008 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 1JKbCR-0007wM-TO for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2008 16:19:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKbC0-0002G8-DG for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2008 10:19:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKbBj-0002Fu-2P for help-gnu-emacs@gnu.org; Thu, 31 Jan 2008 10:18:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKbBi-0002FQ-8d for help-gnu-emacs@gnu.org; Thu, 31 Jan 2008 10:18:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKbBi-0002FJ-2p for help-gnu-emacs@gnu.org; Thu, 31 Jan 2008 10:18:50 -0500 Original-Received: from wx-out-0506.google.com ([66.249.82.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKbBi-0008JU-1E for help-gnu-emacs@gnu.org; Thu, 31 Jan 2008 10:18:50 -0500 Original-Received: by wx-out-0506.google.com with SMTP id s7so747902wxc.24 for ; Thu, 31 Jan 2008 07:18:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=v/4PQ9S2m1DagAT4sXbfhkYmXggTl1BVc9IgDvQlWmc=; b=PoNqLxWJuA4gCiadyLw8Ca5FHvGT4TZGQlq+CIKl1gDxGNhfgnciKcMfl7g2hOoC8yWjEUU52R0mLU6Xj9NrTmZ5P4LHjxVu25PlS5AmrkbcYUmUEGL4z3cFiANwO19bxovslans3M/Tw0hljn9MG1zNoDu4DCvZAnnwEI/a200= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=bNaTzUR+r/3c7/JWoBD2JnGs6mA6F5CDGG+NbGtNgsecXt7H/OnJA2tdT/WhDAnd4kk9GhF/3rRtzhLVBq9fWnIGQETjt4JNaTkFFDqFJCxhs2vxkzD4OtGe9BgYn4D52/X6WqY0xQ72wNPVBWcj5ingHdLaamEka6fVhDNmfyE= Original-Received: by 10.141.83.15 with SMTP id k15mr1564336rvl.120.1201792727178; Thu, 31 Jan 2008 07:18:47 -0800 (PST) Original-Received: by 10.140.133.8 with HTTP; Thu, 31 Jan 2008 07:18:47 -0800 (PST) X-Google-Sender-Auth: 4f213ca20ef0c618 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:51126 Archived-At: ------=_Part_20020_17638606.1201792727180 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi I saved a macro which appends a comma(,) at the end of a line. I want to apply this saved macro to a region now. I mean, I select a region in emacs and do "append_comma" macro command to apply this to the whole region. If that's possible, kindly reply. -- Regards Ankur Jain http://ankurjain.org ------=_Part_20020_17638606.1201792727180 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi

I saved a macro which appends a comma(,) at the end of a line. I want to apply this saved macro to a region now. I mean, I select a region in emacs and do "append_comma" macro command to apply this to the whole region.

If that's possible, kindly reply.

--
Regards
Ankur Jain

http://ankurjain.org ------=_Part_20020_17638606.1201792727180--