From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29401 invoked from network); 11 Dec 2020 19:39:22 -0000 Received: from ewsd.inri.net (107.191.116.128) by inbox.vuxu.org with ESMTPUTF8; 11 Dec 2020 19:39:22 -0000 Received: from phosphorus.danielmoch.com ([155.138.196.50]) by ewsd; Fri Dec 11 14:33:46 -0500 2020 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=dotcom; bh=dWS85MrC3Jm8P XNT1BiPkGvm0I+WLNwrHYB6i5B1HuA=; h=in-reply-to:date:from:subject:to: to; d=danielmoch.com; b=qepoRuBxaxAmVXHU3q4/kLd5s3XBkpEPGPGH3NR42eIqB5 CoQjQexu9JApKE7GIS/PWw9slyT+jTsVGIrqy7T+Y/SVM5iPaSuGdDvp1V5d5I8qRrzvkn SnZSEc2A4PB3klkXl/UQqHYqd6CqL2hu79rq2UtFokWKDwTp3Toafd0rRJ5PuvS1HEQ45/ yFuHoCuJKtHYUHAn820a60DLn9mNFrWtBM/2x145rBkQjwwfA6wy1bLOTJp6T4CZPbBnjH 2cRZttkqt5rT2StVWmcub9+qElLvRobsaA+2Pq0VdeMwxYJOqPW+Z88bifU0tIXlHQsbM0 UBDpLGQZ3f7OXllw== Received: from ranger.org ( [192.168.101.14]) by phosphorus.danielmoch.com (OpenSMTPD) with ESMTPSA id de3ceafc (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Fri, 11 Dec 2020 14:33:42 -0500 (EST) Message-ID: <616A24985829CC85D89C44342A167B52@ranger.org> To: moody@mail.posixcafe.org To: 9front@9front.org From: Daniel Moch Date: Fri, 11 Dec 2020 14:32:39 -0500 In-Reply-To: <515345ad-3424-ab9b-3ff2-0b429e0f898a@mail.posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: managed pipelining information standard-oriented service Subject: Re: [9front] Greetings! (and few questions) Reply-To: 9front@9front.org Precedence: bulk Quoth Jacob Moody : > On 12/10/20 8:18 AM, telephil9@gmail.com wrote: > > > > > > If you want to write a graphical program in GO that works on plan9 > > > then you could take a look at duit (https://github.com/mjl-/duit). > > > > > I was never able to get duit to work completely on 9front, I had some > success with a forked version of the p9p go tools that I had hacked > on[0] but there seemed to be quite a few little differences to the > environment that p9p gives vs what native plan9 gives you in practice. > In particular I recall p9p devdraw always had the window top left corner > be (0,0), which caused quite a few assumptions in duit. Also some issues > on how to treat special characters like tab literals in text display. I > could be remembering wrong, it has been a while since I tinkered with it. > > [0] https://github.com/majiru/go Glad to hear about this. I've been missing acmego since moving to 9front and was planning to start hacking on the p9p Go tools. I'll just start with this and send PR's your way if I find any issues.