From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: guanxi_i@yahoo.com (guanxi) Newsgroups: gmane.emacs.help Subject: Re: M-x indent-region not working (?) Date: 11 Aug 2003 08:03:07 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <6d7a61c9.0308110703.701e22d0@posting.google.com> References: <6d7a61c9.0308080936.244dbc97@posting.google.com> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1060615155 30667 80.91.224.253 (11 Aug 2003 15:19:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2003 15:19:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 11 17:19:13 2003 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 19mES1-0000N8-00 for ; Mon, 11 Aug 2003 17:19:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19mEPy-0000s9-Nd for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Aug 2003 11:17:06 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 68.41.184.127 Original-X-Trace: posting.google.com 1060614188 7300 127.0.0.1 (11 Aug 2003 15:03:08 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 11 Aug 2003 15:03:08 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:115803 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:11720 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11720 Barry Margolin wrote in message news:... > In article <6d7a61c9.0308080936.244dbc97@posting.google.com>, > guanxi wrote: > >In text mode, if I select these regions and type C-M-\, I get the > >following results. In none of these examples does Emacs behave as if > >I typed TAB at the beginning of each line -- is there somthing I > >misunderstand? > > What is it you really want to accomplish? Maybe indent-rigidly is the > function you really want. indent-rigidly might be a workaround, but it's cumbersome for a few reasons: - It doesn't do indent-relative, which is what I really need - Using the numeric argument (which defaults to 1), it takes many keystrokes What *is* indent-region doing? Can anyone define it? Thanks for your help; it is much appreciated.