From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shiyuan Newsgroups: gmane.emacs.help Subject: no echo in python mode Date: Sun, 23 Aug 2015 12:38:53 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1440347949 30849 80.91.229.3 (23 Aug 2015 16:39:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Aug 2015 16:39:09 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 23 18:39:09 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZTYIV-0000iz-By for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Aug 2015 18:39:07 +0200 Original-Received: from localhost ([::1]:48503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTYIU-0005j7-Hw for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Aug 2015 12:39:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTYIK-0005iV-4i for help-gnu-emacs@gnu.org; Sun, 23 Aug 2015 12:38:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTYIJ-0003b7-AN for help-gnu-emacs@gnu.org; Sun, 23 Aug 2015 12:38:56 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:36480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTYIJ-0003au-3j for help-gnu-emacs@gnu.org; Sun, 23 Aug 2015 12:38:55 -0400 Original-Received: by wicja10 with SMTP id ja10so52370602wic.1 for ; Sun, 23 Aug 2015 09:38:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=48LxxjkwA1jH2YBiPE6YR2YBXTjQ3d6v9zuYsKAX3F0=; b=WIbtVZdpF9lHI1CoqGNYfmH4vHS9UpfQdJkeXJhjx/m4bId8CUpqtgH6Bh17CVMDyK 8T0VwOfOdNaaEnfD2L1OifKgTXeYNAge1AMcPNkqLTCiAn2DHyntQUUQqlKHS3gNI2R1 I0h+Wv1J0DtePcYXqwKCedzm0ZASd2+45tr2eT3MYa39+K6aUo/xpNFR2chW8UG0VYrh lDNaUUZlrE69mGtvNIdzeh30EPof5Ldj4GMmqTZgKB/yyF8qwoWFtnZfhzKuemg10x0a OGE/SygXb18/aWIwEQWgPun8Gg6ttucpdpC1m2TqHHObKR4IKEVWm0Y+XkDMBRv8ZPj+ oApA== X-Received: by 10.180.198.48 with SMTP id iz16mr22117400wic.91.1440347933599; Sun, 23 Aug 2015 09:38:53 -0700 (PDT) Original-Received: by 10.28.139.67 with HTTP; Sun, 23 Aug 2015 09:38:53 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106778 Archived-At: Hi, I am using GNU emacs 24.3.1 & python 2.7.6 under Ubuntu 14.04. I started the emacs by `emacs -Q file.py`. When I sent the selected region by `C-c C-r` which runs(python-shell-send-region START END), the code is executed but the code is not echoed in the python shell. This seems weird. Can I enabled the shell echoing for "python-shell-send-region". Thank you. Shiyuan