all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adrian Parker <adrian.l.parker@gmail.com>
To: 8797@debbugs.gnu.org
Subject: bug#8797: Further context
Date: Fri, 3 Jun 2011 22:26:05 -0400	[thread overview]
Message-ID: <BANLkTi=J=HkZ5OT9WfCgpE1Un5a8K1z1Xg@mail.gmail.com> (raw)
In-Reply-To: <BANLkTikcYt0wRxeo_NOrxR1u5mehHZ9g+Q@mail.gmail.com>

I should have given more context on turbofails' suggestion. Here is
the diff output he provided for me:

-- a/python.el
+++ b/python.el
@@ -678,7 +678,7 @@ Set `python-indent' locally to the value guessed."
 		  ;; level per bracketing level.
 		  (goto-char (1+ open-start))
 		  (python-beginning-of-statement)
-		  (+ (current-indentation) (* (car syntax) python-indent))))
+		  (+ (current-indentation) (* 2 (car syntax) python-indent))))
 	    ;; Otherwise backslash-continued.
 	    (forward-line -1)
 	    (if (python-continuation-line-p)





  reply	other threads:[~2011-06-04  2:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-03 22:41 bug#8797: Incorrect Python Indentation Adrian Parker
2011-06-04  2:26 ` Adrian Parker [this message]
2012-06-18 21:36 ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=J=HkZ5OT9WfCgpE1Un5a8K1z1Xg@mail.gmail.com' \
    --to=adrian.l.parker@gmail.com \
    --cc=8797@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.