unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: 23616@debbugs.gnu.org
Subject: bug#23616: 25.0.94; TAB in inferior-python-mode
Date: Wed, 25 May 2016 13:54:31 +0200	[thread overview]
Message-ID: <87wpmiic94.fsf@gmx.net> (raw)

Doing the following (in either emacs-25 or master):

0. emacs -Q
1. M-x run-python
2. at the Python prompt type `for i in range(10):' then `RET', `TAB',
   `print i,', `RET'

results in this Python error:

IndentationError: expected an indented block

although the TAB in step 2 above visibly indents the line `print i,'.
If instead of `TAB' I type `SPC SPC SPC SPC' then after the final RET
the output is as expected:

0 1 2 3 4 5 6 7 8 9

It's not clear to me whether the above error indicates a bug in
python.el; is there some setting I haven't found that makes TAB work in
inferior-python-mode?  (In case it matter, this is with python 2.7.8., I
haven't tried with python3.)  I note that the definition of python-mode
has this line:

(set (make-local-variable 'indent-tabs-mode) nil)

which the definition of inferior-python-mode lacks; adding that line to
latter does make TAB work as I expect.  But I'm not sure whether this
setting is missing on purpose (but if so, why?).


In GNU Emacs 25.0.94.1 (x86_64-suse-linux-gnu, GTK+ Version 3.14.15)
 of 2016-05-18 built on rosalinde
Repository revision: 3b5e38cde194c4faa3865aa437b4a2749946c24d
Windowing system distributor 'The X.Org Foundation', version 11.0.11601000
System Description:	openSUSE 13.2 (Harlequin) (x86_64)

Configured using:
 'configure --with-xwidgets 'CFLAGS=-Og -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY
GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
GTK3 X11 XWIDGETS

Important settings:
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix





             reply	other threads:[~2016-05-25 11:54 UTC|newest]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87wpmiic94.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=23616@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 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).