emacs-devel
[Top][All Lists]
Advanced

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

python.el and indenting after continued lines


From: Ali Gholami Rudi
Subject: python.el and indenting after continued lines
Date: Fri, 07 Mar 2008 09:27:38 +0330
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi:

I'm using Emacs CVS version and in::

  var = (1,
         2)
  print var

correcting the indentation of the third line gives::

  var = (1,
         2)
         print var

which is wrong.

Regards,
Ali




reply via email to

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