From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Elliott Newsgroups: gmane.emacs.help Subject: python mode indent region Date: Thu, 10 May 2012 07:53:06 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1336666902 11293 80.91.229.3 (10 May 2012 16:21:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 May 2012 16:21:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 10 18:21:42 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 1SSW7T-0003BQ-0g for geh-help-gnu-emacs@m.gmane.org; Thu, 10 May 2012 18:21:35 +0200 Original-Received: from localhost ([::1]:60346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSW7S-0003xE-An for geh-help-gnu-emacs@m.gmane.org; Thu, 10 May 2012 12:21:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSSsU-0006eX-Hi for help-gnu-emacs@gnu.org; Thu, 10 May 2012 08:53:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSSsO-0005qc-Qv for help-gnu-emacs@gnu.org; Thu, 10 May 2012 08:53:54 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:41491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSSsO-0005qG-KD for help-gnu-emacs@gnu.org; Thu, 10 May 2012 08:53:48 -0400 Original-Received: by yhr47 with SMTP id 47so1784664yhr.0 for ; Thu, 10 May 2012 05:53:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=mUg9PEhekyYnuhKbHi2qDRO5GjF1X169ZTsd0X7vTf8=; b=SsYBYCaIv+rVxiByRMe4kfRI2Kuc7ZSccEtPasKCJc8nQmunbObunDTuFncqzwpcz9 kfPUDWgL/T0KGj9P223yLLv4h1id3usVV3oiDUmrzHBYft8pejGTWebLh36xKEXvtqif IpstDYkWqE0ITke1UOAneNItcHzCATxG+qyUTLtQfQX3nxkZbSd2sHEM8BdXXRWPwL2a sf3IppR0kai5IF97JjMcwkm+sWlRBzg6fO5Gcc+xYBWg01DxGSyRKF4oGxoFs5fagrMq PxYjN2QRSHohn6OTXvTsA3Ize4kuqjwrhZ4YRgUVagUvO1qRdZgDdteTjOMjHGTnDaxx DDZA== Original-Received: by 10.50.214.66 with SMTP id ny2mr16039422igc.0.1336654426710; Thu, 10 May 2012 05:53:46 -0700 (PDT) Original-Received: by 10.43.49.68 with HTTP; Thu, 10 May 2012 05:53:06 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 X-Mailman-Approved-At: Thu, 10 May 2012 12:21:30 -0400 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:84797 Archived-At: 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