From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Dokos Newsgroups: gmane.emacs.help Subject: Re: pYthon indentation Date: Thu, 22 Oct 2015 12:20:36 -0400 Message-ID: <871tcman8r.fsf@alphaville.usersys.redhat.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445530895 496 80.91.229.3 (22 Oct 2015 16:21:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2015 16:21:35 +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 Oct 22 18:21:28 2015 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 1ZpIcA-0000RP-E0 for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Oct 2015 18:21:18 +0200 Original-Received: from localhost ([::1]:33099 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpIc4-0000tK-OU for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Oct 2015 12:21:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpIbp-0000qP-Cu for help-gnu-emacs@gnu.org; Thu, 22 Oct 2015 12:20:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpIbk-000303-Gm for help-gnu-emacs@gnu.org; Thu, 22 Oct 2015 12:20:57 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpIbk-0002zo-9n for help-gnu-emacs@gnu.org; Thu, 22 Oct 2015 12:20:52 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZpIbe-0008LP-Cd for help-gnu-emacs@gnu.org; Thu, 22 Oct 2015 18:20:46 +0200 Original-Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Oct 2015 18:20:46 +0200 Original-Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Oct 2015 18:20:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nat-pool-bos-t.redhat.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:rJ4vo+KeVd3vaev1KyA7p/BnSTs= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:107784 Archived-At: rjd writes: > I have discovered an issue with python-mode in emacs. I generally c++ > ... > For me, unfortunately, 6.2.1 solves one issue but creates others. > > If, instead, I can just have the patch that solves the indentation issue, > that would be great. > There are two competing python modes for emacs, python-mode.el (which is what you are talking about IIUC) and python.el which comes with the emacs distro. I was using python-mode.el for a while and I always seemed to have small annoyances crop up at a regular rate (although I must admit, I never did much to improve the situation: they usually cropped up when I was under time pressure, so I would just bulldoze my way through - by the time I *could* do something about it, I had forgotten what the annoyance was - until the next time something bit me...) So at some point, I chucked it and started using the built-in python.el. I'm sure it too has its share of faults, but so far at least (I've been using it for the past year or so), I don't remember being really annoyed with it, so I'm sticking with it. My 2 cents and of course, YMMV. -- Nick