From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: python mode indent region Date: Fri, 11 May 2012 08:00:13 +0200 Message-ID: <4FACAAED.8020707@easy-emacs.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336716028 27183 80.91.229.3 (11 May 2012 06:00:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 May 2012 06:00:28 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org List" To: Daniel Elliott Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 11 08:00:27 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SSitv-0000QZ-Gi for geh-help-gnu-emacs@m.gmane.org; Fri, 11 May 2012 08:00:27 +0200 Original-Received: from localhost ([::1]:47579 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSitu-00030e-W1 for geh-help-gnu-emacs@m.gmane.org; Fri, 11 May 2012 02:00:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSitp-00030Z-Ef for help-gnu-emacs@gnu.org; Fri, 11 May 2012 02:00:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSitn-0002pS-Jn for help-gnu-emacs@gnu.org; Fri, 11 May 2012 02:00:21 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:57251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSitn-0002pC-AJ for help-gnu-emacs@gnu.org; Fri, 11 May 2012 02:00:19 -0400 Original-Received: from [192.168.178.27] (brln-4d0c2498.pool.mediaWays.net [77.12.36.152]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0Lh0JH-1RohNQ0gT9-00oKbs; Fri, 11 May 2012 08:00:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120421 Thunderbird/12.0 In-Reply-To: X-Provags-ID: V02:K0:H/Fb+JM815dbvjj93hn7nsRgv3ucRZBK9aPwomQSt+D hTEJcxUfWLXzZ48bHYhP2aeQHc30xUggoBM+4pzM4JhOsGIpoA RTloPBcd7m6NZJp3+G+YYCf5cHAtqUg76nUroZIQShWhIpuX8F rLzCvByMwEimJ9ZLcnGVHHBCkC1/GYXY9Hd/t75Xfp9lO67gh2 yBPKagjfe9k6naAEWnlpiC//o1+WyTUEOLGuZ0JlhJUokVY6SR vcIkZ9jmNfzKjaMn51/gDet2bKBm/5pOwZeE6MV0Za1oeOvFW3 x3nux+5lc6REBkR/8ooYBaOWLw7uWkqHPRCKcTOuYhLEjQqy+r T+7YFFdRfYLfEWrrdP/MQdwMLdV0XYKSvImSC12ER X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84805 Archived-At: Am 10.05.2012 14:53, schrieb Daniel Elliott: > I get different behavior when using indent-region to format code than > when hitting the tab key. On many lines that have excessive spacing, > when I hit the tab key, the code is snapped into the correct location > after one press but the indent-region has no affect. > > Is this the expected behavior? > > I am using the python-mode that comes with Emacs 23.3.1 on Ubuntu (I'm > having difficulty determining which version that is). > > Thank you. > > - dan > > Please insert this report at https://bugs.launchpad.net/ubuntu/+source/python-mode Thanks Andreas