From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jerome delachienne Newsgroups: gmane.emacs.help Subject: jython and emacs on windows Date: Thu, 13 May 2010 07:19:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8b9b6ef9-4f7e-49a5-aaff-8d1edb181ba3__2068.24260899356$1291960191$gmane$org@r11g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1291960191 23984 80.91.229.12 (10 Dec 2010 05:49:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 05:49:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 06:49:47 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQvrX-0005Ka-4I for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 06:49:47 +0100 Original-Received: from localhost ([127.0.0.1]:57651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQrXn-0006mU-Bd for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 20:13:07 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!r11g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.python Original-Lines: 31 Original-NNTP-Posting-Host: 92.230.50.77 Original-X-Trace: posting.google.com 1273760379 3116 127.0.0.1 (13 May 2010 14:19:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 13 May 2010 14:19:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r11g2000yqa.googlegroups.com; posting-host=92.230.50.77; posting-account=aB7giwoAAACeMRoU7KL0RGrPCR_qBDNl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:178177 comp.lang.python:632398 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:09:18 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77372 Archived-At: Hello, i am trying to start a jython interpreter from emacs on windows from several days and did not managed to do it. I managed to start the jython interpreter from emacs on linux I managed to start the python interpreter from emacs on windows. with jython on windows i have the following problem: i can execute a python script with the option -m but i can not interact with the interpreter. When i start from an eshell jython without the -i option, nothing happens as expected (like python) When I start from an eshell the jython interpreter with -i option, I receive the "welcome" information and the prompt: c:/Users/jerome $ jython -i Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54) [Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_20 Type "help", "copyright", "credits" or "license" for more information. >>> but then the interpreter does not react to any inputs on the process explorer i can see that emacs has started a child process cmd /c c:\jython2.5.1\jython.bat -i. this child process started itself the jython interpreter which runs.but it seems that the inputs are not passed from emacs to the jython interpreter. has anyone an idea how i could solve this problem? Thanks for your help ! jython 2.5.1 Jdk 1.6.0_20 emacs 22.3 and 21.3 windows xp and 7