all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Glenn Morris <rgm@gnu.org>
Cc: 23616-done@debbugs.gnu.org
Subject: bug#23616: 25.0.94; TAB in inferior-python-mode
Date: Wed, 08 Jun 2016 09:51:12 +0200	[thread overview]
Message-ID: <87vb1ki0en.fsf@gmx.net> (raw)
In-Reply-To: <nnzirby01p.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri, 27 May 2016 11:48:18 -0400")

On Tue,  7 Jun 2016 22:26:40 +0000 (UTC) rgm@gnu.org (Glenn Morris) wrote:

> branch: emacs-25
> commit ba3f206239349b725a970c7015f7f4ee8631ef6d
> Author: Glenn Morris <rgm@gnu.org>
> Commit: Glenn Morris <rgm@gnu.org>
>
>     * lisp/progmodes/python.el (inferior-python-mode):
>     Avoid tabs.  (Bug#23616)
> ---
>  lisp/progmodes/python.el |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
> index 2d22bb2..41d3e1c 100644
> --- a/lisp/progmodes/python.el
> +++ b/lisp/progmodes/python.el
> @@ -2678,6 +2678,7 @@ variable.
>  \(Type \\[describe-mode] in the process buffer for a list of commands.)"
>    (when python-shell--parent-buffer
>      (python-util-clone-local-variables python-shell--parent-buffer))
> +  (set (make-local-variable 'indent-tabs-mode) nil)
>    ;; Users can interactively override default values for
>    ;; `python-shell-interpreter' and `python-shell-interpreter-args'
>    ;; when calling `run-python'.  This ensures values let-bound in

Thanks, that satisfies me, so I'm closing this bug.

Steve Berman





  reply	other threads:[~2016-06-08  7:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-25 11:54 bug#23616: 25.0.94; TAB in inferior-python-mode Stephen Berman
2016-05-27 15:48 ` Glenn Morris
2016-06-08  7:51   ` Stephen Berman [this message]
2016-06-08 15:39     ` Glenn Morris
2016-06-08 15:47       ` Stephen Berman

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=87vb1ki0en.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=23616-done@debbugs.gnu.org \
    --cc=rgm@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.