From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.help Subject: Re: Indenting paragraphs manually Date: Sat, 5 Mar 2011 19:08:57 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1299380972 21821 80.91.229.12 (6 Mar 2011 03:09:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 03:09:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 06 04:09:27 2011 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.69) (envelope-from ) id 1Pw4LW-0001Ou-Nk for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2011 04:09:26 +0100 Original-Received: from localhost ([127.0.0.1]:37121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw4LW-000588-6O for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2011 22:09:26 -0500 Original-Received: from [140.186.70.92] (port=60529 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw4L9-00057b-RD for help-gnu-emacs@gnu.org; Sat, 05 Mar 2011 22:09:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pw4L8-0006HO-C3 for help-gnu-emacs@gnu.org; Sat, 05 Mar 2011 22:09:03 -0500 Original-Received: from p3plsmtpa01-07.prod.phx3.secureserver.net ([72.167.82.87]:51422) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pw4L8-0006HG-16 for help-gnu-emacs@gnu.org; Sat, 05 Mar 2011 22:09:02 -0500 Original-Received: (qmail 10147 invoked from network); 6 Mar 2011 03:09:00 -0000 Original-Received: from unknown (209.85.161.41) by p3plsmtpa01-07.prod.phx3.secureserver.net (72.167.82.87) with ESMTP; 06 Mar 2011 03:09:00 -0000 Original-Received: by fxm5 with SMTP id 5so3850239fxm.0 for ; Sat, 05 Mar 2011 19:08:58 -0800 (PST) Original-Received: by 10.223.146.65 with SMTP id g1mr2908949fav.76.1299380937989; Sat, 05 Mar 2011 19:08:57 -0800 (PST) Original-Received: by 10.223.97.71 with HTTP; Sat, 5 Mar 2011 19:08:57 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 72.167.82.87 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:79812 Archived-At: On 3/5/11, Le Wang wrote: > On Sun, Mar 6, 2011 at 7:28 AM, PJ Weisberg > wrote: > >> On Fri, Mar 4, 2011 at 3:17 PM, Dani Moncayo wrote: >> >> > What I was expecting: >> > - The selected lines move to the next tab-stop. >> > > > >> - The region remains active, so that I can repeat the indentation >> > several times in a row. >> > > > >> > What I see: >> > - The selected lines are not not moved at all. >> > > This part does look like a bug. > >> - The region is deactivated. >> > > If the bug didn't exist, the region would still be deactivated as a part of > the command loop because you've modified the buffer. That's the part that seemed like a bug to me: the region getting deactivated as part of the command loop. The text *did* move when I tried it, but in other editors it would be possible to move it by more than one tab-stop by pressing TAB multiple times. -PJ