From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sylvain Newsgroups: gmane.emacs.help Subject: Apply space to a zone Date: Wed, 4 Apr 2012 12:22:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9925a186-dc35-4caa-bf79-72fa5eb3d40c@y13g2000yqj.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1333567528 20861 80.91.229.3 (4 Apr 2012 19:25:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2012 19:25:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 04 21:25:27 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SFVpf-0007Bi-Eb for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Apr 2012 21:25:27 +0200 Original-Received: from localhost ([::1]:60644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFVpV-0001F5-QD for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Apr 2012 15:25:17 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!y13g2000yqj.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 50.0.80.73 Original-X-Trace: posting.google.com 1333567351 15343 127.0.0.1 (4 Apr 2012 19:22:31 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 4 Apr 2012 19:22:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y13g2000yqj.googlegroups.com; posting-host=50.0.80.73; posting-account=VZVFugoAAABLXJlEPtXPSI5mO46rKoLv User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:191908 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84321 Archived-At: Hello, I would like to apply 2 spaces for each line of a zone but I can manage to do it, here is how I proceed: M-x start-kbd-macro "do my 2 space" end-kbd-macro C- "selecting my zone" apply-macro-to-region-lines Thanks! Sylvain