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: Re: "lein repl" malfunctions in Emacs (24.3.1) subprocess? Date: Mon, 13 Apr 2015 14:47:40 -0700 (PDT) Message-ID: <21d64d41-d1bc-4137-9a13-c798dafa7ea5@googlegroups.com> References: 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 1428962203 7873 80.91.229.3 (13 Apr 2015 21:56:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2015 21:56:43 +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:43 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-0003C9-DF for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 23:56:41 +0200 Original-Received: from localhost ([::1]:53520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhmLQ-0002pF-Fq for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 17:56:40 -0400 X-Received: by 10.42.51.20 with SMTP id c20mr25418119icg.15.1428961660606; Mon, 13 Apr 2015 14:47:40 -0700 (PDT) X-Received: by 10.182.22.134 with SMTP id d6mr105327obf.41.1428961660557; Mon, 13 Apr 2015 14:47:40 -0700 (PDT) Original-Path: usenet.stanford.edu!news.glorb.com!m20no3270583iga.0!news-out.google.com!n7ni6874igk.0!nntp.google.com!m20no3270574iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: 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:47:40 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211416 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:103698 Archived-At: Well, I of course figured this out (sort of) shortly after posting. I shoul= d have been using cider-jack-in rather than "lein repl" to get a Clojure RE= PL going in a buffer. So, my immediate problem is solved; however I'm still= curious as to why the lein repl won't work in Emacs? Bill On Monday, April 13, 2015 at 4:23:48 PM UTC-5, coh...@acm.org wrote: > I'm trying to use Emacs as my dev environment for Clojure programming und= er Windows 8.1. When I open a subprocess (via M-x shell) I get a command pr= ompt as expected. I can then run "lein test" and my unit tests are run as e= xpected -- with output to the shell buffer as expected. >=20 > If, however, I enter "lein repl" then the REPL starts as expected, but is= non responsive. For example, if I enter (+ 1 2) at the user=3D> prompt (fo= llowed by Enter) I get no response at all. The input isn't echoed (as expe= cted) and no output at all appears. >=20 > Note that "lein repl" runs fine at a normal command prompt (or within a s= ubprocess buffer in Epsilon (an Emacs clone.)) This problem occurs on 3 dif= ferent machines. >=20 > 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. >=20 > Any pointers/suggestions would be greatly appreciated. >=20 > Thanks in advance, > Bill