From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13695 invoked by alias); 9 Jan 2015 22:07:00 -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 13685 invoked by uid 89); 9 Jan 2015 22:06:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f43.google.com Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 09 Jan 2015 22:06:57 +0000 Received: by mail-oi0-f43.google.com with SMTP id i138so13877913oig.2 for ; Fri, 09 Jan 2015 14:06:55 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.202.184.135 with SMTP id i129mr10072643oif.68.1420841215754; Fri, 09 Jan 2015 14:06:55 -0800 (PST) Received: by 10.182.28.231 with HTTP; Fri, 9 Jan 2015 14:06:55 -0800 (PST) In-Reply-To: <54B03F22.7050801@bothner.com> References: <54B03F22.7050801@bothner.com> Date: Fri, 09 Jan 2015 22:07:00 -0000 Message-ID: Subject: Re: Different behavior for -s argument in Kawa 2.0? From: Jeff Gonis To: Per Bothner Cc: kawa@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-q1/txt/msg00003.txt.bz2 On Fri, Jan 9, 2015 at 1:50 PM, Per Bothner wrote: > On 01/09/2015 08:48 AM, Jeff Gonis wrote: >> >> 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. > > > Please give the exact commands you use to launch kawa. > -- > --Per Bothner > per@bothner.com http://per.bothner.com/ Hi Per, 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. 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. Thanks for the follow up and please let me know if you need more information. Jeff