Re: [9fans] Which acme?

2025-02-13 Thread Ben Huntsman
time. Thanks! -Ben From: rjkro...@liqui.org Sent: Wednesday, February 12, 2025 5:57 PM To: 9fans <9fans@9fans.net> Cc: Patrick Marchand ; Ben Huntsman Subject: Re: [9fans] Which acme? Self-promotional plug: I'm making an effort to maintain t

[9fans] Which acme?

2025-02-12 Thread Ben Huntsman
Hi everyone- I must have been living under a rock, but I just recently saw the acme implementation in Go in https://github.com/9fans/go! It works pretty well and even on weird platforms like AIX! There is definitely a time-honored tradition of re-implementing acme in various languages, s

Re: [9fans] git/rebase for someone used to git pull --rebase

2025-02-07 Thread Ben Huntsman
In most repos, I just do something like: git checkout master git fetch --all git pull  <-- Now I'm up to date with origin, presumably my fork on github, etc git merge upstream/master <-- Now I'm up to date with the project, assuming I added it as upstream git checkout x<-- the lo

Re: [9fans] NIX experience

2025-01-06 Thread Ben Huntsman
NIX experience It's not just 32 bit, it depends on the quirks of i386 segmentation registers. It's never going to run on any processor other than a 32-bit 386. Quoth Ben Huntsman : > Hi guys- >I don't mean to take too much of a tangent, but since the nix-os repo >

Re: [9fans] NIX experience

2025-01-06 Thread Ben Huntsman
Hi guys- I don't mean to take too much of a tangent, but since the nix-os repo includes a pre-built copy of 9vx for OSX, has anyone looked at updating 9vx to be able to compile on newer Mac OS versions? One of the big problems is that it's very 32-bit which Apple doesn't support compiling fo

Re: [9fans] 9atom libxml and more xml stuff

2024-07-25 Thread Ben Huntsman
Is 9atom still updated in any way, shape, or form, or are you working off that really old version from like 10 years ago? I really liked 9atom but it doesn’t seem to like modern hardware, and I always had a hard time getting it to run under VMware… Thanks! -

[9fans] 9vx

2023-06-24 Thread Ben Huntsman
Hi there Does anyone still use 9vx for anything? Anyone ever look at adding a cocoa/metal GUI layer for more recent Mac OS X? I'm looking at drawterm-cocoa as a starting point. This is a losing game for sure, since Apple dropped 32-bit binary support, but most of the project still compi

Re: [9fans] acme & sam text selection and delete deletes extra character

2022-05-11 Thread Ben Huntsman
Thank you Mark. That was exactly what I was looking for. -Ben From: Mark van Atten Sent: Wednesday, May 11, 2022 8:57 AM To: 9fans <9fans@9fans.net> Subject: Re: [9fans] acme & sam text selection and delete deletes extra character >Just curious, is this by

[9fans] acme & sam text selection and delete deletes extra character

2022-05-11 Thread Ben Huntsman
Hi there- Please pardon the dumb question if this has been covered before. I did some brief searches of the archive and couldn't find it... I'm running plan9port on macOS. I noticed that in acme, (and also sam) if I select part of a string and press delete, the selection gets deleted and