From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthias Meulien Newsgroups: gmane.emacs.devel Subject: Re: electric-indent-mode: abolition of `newline' function is not the Right Thing. Date: Mon, 14 Oct 2013 15:31:43 +0200 Message-ID: References: <20131013101325.GA2621@acm.acm> <878uxxlz5q.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043d655724f65504e8b37de2 X-Trace: ger.gmane.org 1381757512 31618 80.91.229.3 (14 Oct 2013 13:31:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2013 13:31:52 +0000 (UTC) Cc: Alan Mackenzie , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 14 15:31:53 2013 Return-path: Envelope-to: ged-emacs-devel@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 1VViFR-0001gY-BN for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 15:31:49 +0200 Original-Received: from localhost ([::1]:36841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VViFQ-0002Dv-SG for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 09:31:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VViFN-0002De-Dj for emacs-devel@gnu.org; Mon, 14 Oct 2013 09:31:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VViFM-00015k-8k for emacs-devel@gnu.org; Mon, 14 Oct 2013 09:31:45 -0400 Original-Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:53084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VViFM-00015X-15 for emacs-devel@gnu.org; Mon, 14 Oct 2013 09:31:44 -0400 Original-Received: by mail-we0-f178.google.com with SMTP id q59so7145058wes.9 for ; Mon, 14 Oct 2013 06:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7zGKrxkjpdtLm23kKlOlxqBIBqQTmVdsa93MX14auKo=; b=nsAA4fXTHEfR/As4c4E1ZpmFDTWzwwPKBV9kh77PkJccFhqldmYariz8KjXsRHi7xy UrXUjVGXJgf1T7s4XEV45zeee4eA4NCeiR981CnhrDd0vIie10xeoUImmpvLiG19Zs/6 lxTDS0dG+Ctyh5H4dmi+U08WIEx2xU9Ndny1oBR9N+oe2NqfCYYz69aNU0BdNyLRjOkm 2wd30HeR06sJ8UirqfA4xj1atYl4utRCQMSMDu+2gs4A4lhF79WLLC1gcHSYsAgKTdmP +fsNr0HhHLmr3szooB8bhV4xT+ADpbrLBHVoFFfEVtNlRp3J2TKfO0/g9RkVbktlpsd0 CrEQ== X-Received: by 10.180.79.163 with SMTP id k3mr14603165wix.25.1381757503203; Mon, 14 Oct 2013 06:31:43 -0700 (PDT) Original-Received: by 10.227.245.73 with HTTP; Mon, 14 Oct 2013 06:31:43 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164200 Archived-At: --f46d043d655724f65504e8b37de2 Content-Type: text/plain; charset=ISO-8859-1 > (...) I can't reproduce it on trunk, probably thanks to the new > electric-indent-inhibit, which is set in python-mode. Good news! I encounter the problem I described with 24.3.1. Note that my comment was misleading: It has nothing to do with `python-skeleton-autoinsert'... And my post was badly formatted (I don't know why): The `pass' keyword must be on its own indented line, like this: class base(object): > pass > Sorry for the noise and many thanks! -- Matthias --f46d043d655724f65504e8b37de2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
> (...) I can't reproduce it on trunk, probably tha= nks to the new
> electric-indent-inhibit, which is set in python-mode= .

Good news! I encounter the problem I described with 24.3.1. Note t= hat my comment was misleading: It has nothing to do with `python-skeleton-a= utoinsert'... And my post was badly formatted (I don't know why): T= he `pass' keyword must be on its own indented line, like this:

class base(object):= =A0
=A0 =A0=A0=A0 pass

Sorry for the noise and many thanks!
--
Matthias --f46d043d655724f65504e8b37de2--