From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jade Dang Newsgroups: gmane.emacs.help Subject: Re: inserting a space in front of all lines Date: Wed, 28 Jan 2004 18:03:17 -0800 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <401869E5.90806@cisco.com> References: <40185A34.8090904@cisco.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075342648 10082 80.91.224.253 (29 Jan 2004 02:17:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2004 02:17:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 29 03:17:23 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Am1kA-0000fC-00 for ; Thu, 29 Jan 2004 03:17:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Am1ie-0000TU-EU for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2004 21:15:48 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!enews.sgi.com!tdsnet-transit!newspeer.tds.net!sn-xit-02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 X-Accept-Language: en-us, en Cache-Post-Path: sj-nntpcache-5!unknown@128.107.176.238 X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 14 Original-Xref: shelby.stanford.edu gnu.emacs.help:120545 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:16491 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16491 Thanks to everyone who replied. I got it to work. I really appreciate the help! Still learning all that emacs has to offer... Jesper Harder wrote: > Jade Dang writes: > > >>I have a file with thousands of lines and I want to indent all of >>them. Is there an easy way to do this? > > > Mark the lines, `C-x h', and press `C-M-\' (indent-region).