From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30524 invoked by alias); 9 Jan 2015 22:31:20 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 30515 invoked by uid 89); 9 Jan 2015 22:31:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.theptrgroup.com Received: from mail.theptrgroup.com (HELO mail.theptrgroup.com) (71.178.251.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Jan 2015 22:31:16 +0000 Received: from [10.11.21.58] (unknown [10.11.21.58]) by mail.theptrgroup.com (Postfix) with ESMTPS id B89121E06F for ; Fri, 9 Jan 2015 17:31:14 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Different behavior for -s argument in Kawa 2.0? From: Jamison Hope In-Reply-To: Date: Fri, 09 Jan 2015 22:31:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: <687DFB7D-EADA-43CC-9242-B1A0C9C8B7A2@theptrgroup.com> References: <54B03F22.7050801@bothner.com> To: "kawa@sourceware.org list" X-IsSubscribed: yes X-SW-Source: 2015-q1/txt/msg00004.txt.bz2 As a further data point, I think I'm seeing the same behavior. I'm using x= scheme.el and defining xscheme-process-command-line to "java -cp [a bunch of other JARs]:/path/to/kawa-2.0.1.jar kawa.repl -s" The *scheme* buffer displays its usual preamble at the top, and then.. noth= ing. BUT, if I try to evaluate a Scheme expression, it works. So the REPL is ru= nning, it just isn't displaying the "#|kawa:N|#" prompt: > This is the Scheme process buffer. > Type C-x C-e to evaluate the expression before point. > Type C-c C-c to abort evaluation. > Type C-h m for more information. >=20 > (+ 1 2)^x^e > 3 >=20 > java.lang.Math:PI^x^e > 3.141592653589793 Jeff, can you try evaluating some expressions to see if you are also just m= issing the prompt? -Jamie On Jan 9, 2015, at 5:06 PM, Jeff Gonis wrote: > On Fri, Jan 9, 2015 at 1:50 PM, Per Bothner wrote: >> On 01/09/2015 08:48 AM, Jeff Gonis wrote: >>>=20 >>> With kawa 2.0, and changing nothing else in my setup, I am unable to >>> get kawa to create a repl within emacs. >>> ... >>> Anyway, please let me know if you need any additional details, or if I >>> can do any other investigation for you. >>=20 >>=20 >> Please give the exact commands you use to launch kawa. >> -- >> --Per Bothner >> per@bothner.com http://per.bothner.com/ >=20 > Hi Per, >=20 > I launch kawa from emacs using the run-scheme function, which depends > on the variable scheme-program-name. If I set this to the following: > java -jar "d://jeffs Folder//kawa//kawa-2.0.jar" -s then I will not be > able to get a repl inside of emacs. >=20 > If I change scheme-program to: java -jar "d://jeffs > Folder//kawa//kawa-1.90.jar" -s then I am able to successfully launch > the repl. Nothing changes between the two commands besides the > version of kawa. Same instance of emacs, same version of java, same > folder location. >=20 > Thanks for the follow up and please let me know if you need more informat= ion. > Jeff -- Jamison Hope The PTR Group www.theptrgroup.com