From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116652 invoked by alias); 18 Jun 2016 17:26:32 -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 116642 invoked by uid 89); 18 Jun 2016 17:26:31 -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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=wraps, sk:backgro, white, span X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 18 Jun 2016 17:26:21 +0000 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bEK0f-0005RV-Jo for kawa@sourceware.org; Sat, 18 Jun 2016 19:26:17 +0200 Received: from 70-36-239-75.dsl.dynamic.fusionbroadband.com ([70.36.239.75] helo=toshie.bothner.com) by mailfront11.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1bEK0P-0005wg-4p for kawa@sourceware.org; Sat, 18 Jun 2016 19:26:01 +0200 Subject: Re: kawa binary snapshot To: kawa@sourceware.org References: <0f5f97f6-e993-f6e0-d20d-8305c33bb542@bothner.com> From: Per Bothner Message-ID: <094a9a01-5e34-57cf-9bfb-bdb6746d95ef@bothner.com> Date: Sat, 18 Jun 2016 17:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q2/txt/msg00033.txt.bz2 On 06/06/2016 01:44 PM, Jamison Hope wrote: > It seems to work fine on Mac OS X, as long as I run under Java 8. > I get an UnsupportedClassVersionError if I try to use Java 7. Yes, the JLine3 implementation has some Java 8 dependencies. I re-build (and re-uploaded) kawa-2.1.9-20160618.zip built with -source 7 -target 7, so Kawa will run under Java 7, though you won't get the jline (or domterm) support. > (Also, the path to servlet.jar in the script is not very portable, but > this doesn't affect ordinary non-server usage.) I fixed that. > Yeah that is neat, and is something that rlwrap can't match (since it > just dumbly wraps I/O to java without knowing anything of parenthesis > matching). Also, tab-completion would be difficult with rlwrap (or the old kawa-frontend). > Are the prompt colors going to be customizable? I usually do > white-on-black, so the JLine prompt ends up being white on light green, > which is hard to read. Yes. I expect I will remove the default prompt coloring when using jline, though for now I checked it to green foreground, rather than green background. I do plan to keep some default prompt color when using domterm, but that is customizable with css: (domterm-load-stylesheet "span[std='prompt'] {color: blue; background-color: pink }") (This does not yet work when using jline+domterm, because there isn't yet a way for jline to pass the correct escape codes to domterm.) -- --Per Bothner per@bothner.com http://per.bothner.com/