bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#155: marked as done (23.0.60; python.el: auto-indentation doesn't w


From: Emacs bug Tracking System
Subject: bug#155: marked as done (23.0.60; python.el: auto-indentation doesn't work with continuation lines)
Date: Thu, 29 May 2008 16:20:03 -0700

Your message dated Thu, 29 May 2008 19:10:03 -0400
with message-id <18495.14283.684156.693737@fencepost.gnu.org>
and subject line Re: 23.0.60; python.el: auto-indentation doesn't work with 
continuation lines 
has caused the Emacs bug report #155,
regarding 23.0.60; python.el: auto-indentation doesn't work with continuation 
lines
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
155: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=155
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; python.el: auto-indentation doesn't work with continuation lines Date: Thu, 24 Apr 2008 09:24:01 +0200 (CEST)
When I use a continuation line (either by parenthesis or by backslash) in a
Python program, the following, non-continuated line is erroneous indented.  For
example,

def open_file():
    file_ = open("file.txt",
                 "r")

makes <TAB> jump between column 0 and 17, although 4 would be correct.


In GNU Emacs 23.0.60.2 (x86_64-unknown-linux-gnu)
 of 2008-04-20 on wilson
Windowing system distributor `The Cygwin/X Project', version 11.0.60899901
configured using `configure  '--prefix=/usr/local/' 
'--mandir=/usr/local/share/man/' '--infodir=/usr/local/share/info/' 
'--with-x-toolkit=no' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' 
'--with-png' '--with-x''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  global-auto-revert-mode: t
  savehist-mode: t
  display-time-mode: t
  desktop-save-mode: t
  mouse-wheel-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  line-number-mode: t





--- End Message ---
--- Begin Message --- Subject: Re: 23.0.60; python.el: auto-indentation doesn't work with continuation lines Date: Thu, 29 May 2008 19:10:03 -0400
This has been fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]