GNU bug report logs - #23616
25.0.94; TAB in inferior-python-mode

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Wed, 25 May 2016 11:55:01 UTC

Severity: normal

Found in version 25.0.94

Done: Stephen Berman <stephen.berman <at> gmx.net>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 23616-done <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 23616-done <at> debbugs.gnu.org
Subject: Re: bug#23616: 25.0.94; TAB in inferior-python-mode
Date: Wed, 08 Jun 2016 09:51:12 +0200
On Tue,  7 Jun 2016 22:26:40 +0000 (UTC) rgm <at> gnu.org (Glenn Morris) wrote:

> branch: emacs-25
> commit ba3f206239349b725a970c7015f7f4ee8631ef6d
> Author: Glenn Morris <rgm <at> gnu.org>
> Commit: Glenn Morris <rgm <at> 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




This bug report was last modified 9 years and 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.