This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Different behavior for -s argument in Kawa 2.0?


On Fri, Jan 9, 2015 at 1:50 PM, Per Bothner <per@bothner.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]