From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cohagan@acm.org Newsgroups: gmane.emacs.help Subject: "lein repl" malfunctions in Emacs (24.3.1) subprocess? Date: Mon, 13 Apr 2015 14:23:47 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1428962202 7870 80.91.229.3 (13 Apr 2015 21:56:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2015 21:56:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 13 23:56:42 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 1YhmLR-0003CC-A8 for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 23:56:41 +0200 Original-Received: from localhost ([::1]:53521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhmLQ-0002pQ-MR for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 17:56:40 -0400 X-Received: by 10.236.222.103 with SMTP id s97mr23020481yhp.19.1428960227853; Mon, 13 Apr 2015 14:23:47 -0700 (PDT) X-Received: by 10.182.148.228 with SMTP id tv4mr102636obb.9.1428960227822; Mon, 13 Apr 2015 14:23:47 -0700 (PDT) Original-Path: usenet.stanford.edu!j5no1304212qga.1!news-out.google.com!n7ni6873igk.0!nntp.google.com!l13no4982334iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.112.155.5; posting-account=KYdW1woAAAAE1er-4wimogViCqbu_Wye Original-NNTP-Posting-Host: 70.112.155.5 User-Agent: G2/1.0 Injection-Date: Mon, 13 Apr 2015 21:23:47 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211415 X-Mailman-Approved-At: Mon, 13 Apr 2015 17:56:27 -0400 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:103697 Archived-At: I'm trying to use Emacs as my dev environment for Clojure programming under= Windows 8.1. When I open a subprocess (via M-x shell) I get a command prom= pt as expected. I can then run "lein test" and my unit tests are run as exp= ected -- with output to the shell buffer as expected. If, however, I enter "lein repl" then the REPL starts as expected, but is n= on responsive. For example, if I enter (+ 1 2) at the user=3D> prompt (foll= owed by Enter) I get no response at all. The input isn't echoed (as expect= ed) and no output at all appears. Note that "lein repl" runs fine at a normal command prompt (or within a sub= process buffer in Epsilon (an Emacs clone.)) This problem occurs on 3 diffe= rent machines. This has worked for me in the past so obviously something has broken, but I= haven't a clue what it might be or how to troubleshoot. Any pointers/suggestions would be greatly appreciated. Thanks in advance, Bill