From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel Subject: Re: python-mode: keep mark when shifting [patch] Date: Fri, 10 Mar 2006 21:40:59 +0100 Message-ID: <20060310204059.GA6292@rocksteady.printf.se> References: <8E0F3F60-B0BA-4F00-AA96-9A776781F331@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142028797 24084 80.91.229.2 (10 Mar 2006 22:13:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Mar 2006 22:13:17 +0000 (UTC) Cc: Dave Love , Emacs-Devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 10 23:13:13 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FHpr8-0007aS-8x for ged-emacs-devel@m.gmane.org; Fri, 10 Mar 2006 23:13:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHpr7-0000NC-IB for ged-emacs-devel@m.gmane.org; Fri, 10 Mar 2006 17:13:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FHoQ9-0003q5-3p for emacs-devel@gnu.org; Fri, 10 Mar 2006 15:41:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FHoQ6-0003iw-IO for emacs-devel@gnu.org; Fri, 10 Mar 2006 15:41:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHoQ6-0003im-9O for emacs-devel@gnu.org; Fri, 10 Mar 2006 15:41:06 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FHoTP-0006XD-8c; Fri, 10 Mar 2006 15:44:31 -0500 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 43F9B8E900476A31; Fri, 10 Mar 2006 21:41:00 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id D51C4529; Fri, 10 Mar 2006 21:40:59 +0100 (CET) Original-To: David Reitter Content-Disposition: inline In-Reply-To: <8E0F3F60-B0BA-4F00-AA96-9A776781F331@gmail.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51444 Archived-At: David Reitter writes: > The patch below fixed a behavior of python-mode that I've found > somewhat annoying: it deactivates the mark whenever you do C-c < or C- > c > to shift a block to the left or right. Because one commonly needs > to do this several times in a row (checking visually in between), > it's very unhelpful if the mark gets deactivated. Since other indent commands that works on a region in Emacs deactivate the mark, wouldn't this be a bit surprising?