unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; python.el: auto-indentation doesn't work with continuation lines
@ 2008-04-24  7:24 Torsten Bronger
  2008-04-26 18:32 ` Edward O'Connor
  0 siblings, 1 reply; 10+ messages in thread
From: Torsten Bronger @ 2008-04-24  7:24 UTC (permalink / raw)
  To: emacs-pretest-bug

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





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-04-29  4:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24  7:24 23.0.60; python.el: auto-indentation doesn't work with continuation lines Torsten Bronger
2008-04-26 18:32 ` Edward O'Connor
2008-04-26 18:51   ` Torsten Bronger
2008-04-28 17:06     ` David Robinow
2008-04-28 18:02       ` Glenn Morris
2008-04-28 18:41         ` Stefan Monnier
2008-04-28 19:53           ` Glenn Morris
2008-04-29  1:03             ` Stefan Monnier
2008-04-29  3:45               ` Glenn Morris
2008-04-29  4:22                 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).