From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris L Newsgroups: gmane.emacs.help Subject: Indent region with prefix Date: Wed, 16 Jan 2008 10:56:09 -0800 (PST) Organization: http://groups.google.com Message-ID: <90532082-c7a3-4a40-93cb-e876826370e9@u10g2000prn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200512445 15636 80.91.229.12 (16 Jan 2008 19:40:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2008 19:40:45 +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 Jan 16 20:41:03 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 1JFE84-0005vw-4V for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jan 2008 20:40:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFE7f-00056N-IL for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jan 2008 14:40:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!u10g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help, comp.emacs Original-Lines: 22 Original-NNTP-Posting-Host: 137.229.66.133 Original-X-Trace: posting.google.com 1200509769 11639 127.0.0.1 (16 Jan 2008 18:56:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 16 Jan 2008 18:56:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u10g2000prn.googlegroups.com; posting-host=137.229.66.133; posting-account=bT_vbQoAAABlliw_IqDsx0iE0Fn35V5x User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2 eMusic DLM/4.0_1.0.0.1, gzip(gfe), gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155354 comp.emacs:96210 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:50762 Archived-At: If I have these lines: There once was a geek from Nantucket who counted his loops in a bucket. But then he found Perl, his hair started to curl, and his slide rule fell out of his pucket. And I want to transform them as quickly as possible to: > There once was a geek from Nantucket > who counted his loops in a bucket. > But then he found Perl, > his hair started to curl, > and his slide rule fell out of his pucket. What do I do? I'm not in Gnus or email mode, this is for Markdown text. Right now I am using a keyboard macro, but it seems like there should be a simple bit of magic to accomplish this, since it is so similar to commenting. c