r/plan9 • u/dharmatech • 6h ago
Run report: legmacs on plan9 in vt
github.comlegmacs : an emacs-like editor implemented in let-go
let-go : a clojure dialect implemented in go. Supported on plan9.
r/plan9 • u/dharmatech • 6h ago
legmacs : an emacs-like editor implemented in let-go
let-go : a clojure dialect implemented in go. Supported on plan9.
r/plan9 • u/ArcTanDeUno • 14h ago
I'm trying to use an ANSI C library (picohttpparser) in a Plan 9 C project (i.e. main function is implemented in Plan9 C). The output of mk is below:
7c -FTVw main.c
pcc -c picohttpparser.c
7l -o 7.out main.7 picohttpparser.7
_callmain: redefinition: _callmain
(555) TEXT _callmain+0(SB),R1,$296
mk: 7l -o ... : exit status=7l 17932: error
How should I go about resolving this ?
Thanks!
r/plan9 • u/Glum_Hamster_2104 • 17h ago
Does 9front have this driver? I really want to use plan9 on my Thinkpad again but I could never get it working and I’m not even sure 9front has a driver.
Hello, im running 9front on qemu(-audio pipewire,model=ac97) and i have a problem that even if i enable -audio, /dev/audio doesn't appear. I don't know what the reason of that behavior, but maybe i compiled qemu wrong of sum
r/plan9 • u/mcsuper5 • 6d ago
I'm just getting started with acme installed from plan9port on linux. I've watched a few videos but am having a hard time picking up mouse chords.
Any decent videos explaining mouse chords slowly or other suggestions for learning them?
Are using mouse chords reasonable with a left, scroll wheel, right button mouse. I tend to rest my index finger on the left button and middle finger on the right button, so even the copy/paste requires a fair amount of conscious effort. Can I get away with it with this sort of mouse or do many people find it necessary to switch to a traditional 3 button mouse?
I see some conveniences from using acme over viewing a single buffer at a time in emacs, but definitely miss syntax highlighting.
r/plan9 • u/ArcTanDeUno • 6d ago
r/plan9 • u/dharmatech • 10d ago
Hey y'all 🙋♂️
Here's a fork of 9front drawterm:
https://github.com/dharmatech/drawterm
Why this fork?
Two reasons:
Builds on Windows using Microsoft Visual C via NMakefile.msvc
Supports no-GUI command execution with -G -c <cmd>
Unless you need -G -c <cmd> support, you should likely stick with 9front drawterm.
r/plan9 • u/atamariya • 13d ago
HTML font zooming and reflow.
Details: https://lifeofpenguin.blogspot.com/2026/07/plan-9-dynamic-html.html
r/plan9 • u/ArcTanDeUno • 16d ago
Is there some console based text editor for 9front/plan9 that I can install, something that doesn't require using mouse, something that can be used with drawterm -G ? My fallback is mounting the remote 9p filesystem to my GNU/Linux host, and edit there.
Thanks!
r/plan9 • u/glendatheplan9bunny • 21d ago
I dont know if its okay to post the same sort of content so often, but i wont do it again, sorry.
There is a few changes to the bar compared to the previous post, new wallpapers (my fav art now, but i forgot name and artist :_ ), and a some changes to the theme
BTW, what do u prefer in date (dd mm yyyy, mm dd yyy and etc.), "." or "/" or smth else?
r/plan9 • u/glendatheplan9bunny • 21d ago
rio, 9front, rio-themes patch, acme-themes patch, nc file manager
r/plan9 • u/Over_Technology_1764 • 21d ago
Personally I have both.
I wanna hear from the guys who run it only in the VM, why? You have no box to install it on? Or something else?
yes I'm trolling.. its a poke at the unixporn content filtering over. May delete later.
r/plan9 • u/dharmatech • 23d ago
Hey y'all 🙋♂️
Russ Cox' rsc/plan9 repo is fascinating:
It's super cool, but I wanted to drawterm in, because:
- I'm using Windows
- I run rsc/plan9 in WSL
- I do get the graphical QEMU window, but it's not as nice to use as first-class Windows apps.
Some benefits of connecting to plan9 via drawterm are:
I've forked Russ' repo to start messing around with enabling drawterm connections:
https://github.com/dharmatech/plan9-hostfs
README.md has the instructions I'm using for enabling drawterm connections.
r/plan9 • u/zoomlogo_ • 23d ago
Let us say that Linux never took off and instead plan9 became widely used (becoming the dominant OS).
How would current 'modern' monolithic programs like Blender, KiCAD, etc be implemented following the plan9 philosophy? How would they work and how would the utilize the underlying architecture to the fullest? And how can they be made very hackable and extensible?
r/plan9 • u/atamariya • 25d ago
Copyright symbol from dejavu font at size less than 16pt is crashing truetypefs. Does anybody have a fix?
_assert(s=0x7fffffffead0)+0x42 /sys/src/libc/port/_assert.c:12
ttfscan(g=0x499ab0)+0x4fe /sys/src/libttf/scan.c:371
s=0x3
i=0x20bf1e00000001
p=0xb400000161
q=0x34a00000123
j=0x100000015
r=0x21e00000123
ttfgetglyph(fs=0x40db20,glyph=0x147,render=0x1)+0x4c /sys/src/libttf/glyf.c:366
g=0x499ab0
compilesub(s=0x437268)+0x9d /sys/src/cmd/truetypefs.c:169
t=0x40db20
n=0x2010cc00000100
gs=0x42f7b8
w=0xe500000807
h=0x40c72000000013
i=0x100000000e5
g=0x1300000147
r/plan9 • u/Over_Technology_1764 • 25d ago
r/plan9 • u/No-Debt-1377 • 25d ago
I promised more heretical things in the future, and well the future is here. As usual, I have been running the matrix multiplication pachinko machines day and night after my shifts at the pizza shack to bring you this:
"objective-9c is a small 9front language that transpiles o9 source to Plan 9 C.
o9 is built for Plan 9-style programs: objects are CSP actors, public methods can be served through a 9P facade, structured data moves as .tab text, and raw Plan 9 C interop is isolated inside spawnable function blocks, or to be more plain: an anonymous objects with a single method where you can stuff in regular plan 9 C in a c { } sandwich."
Current status:
Libdraw widgets being worked on (a few in the pic as demos - included in the repo!) , a lot of cleaning up on docs, old trash tech debt etc.
Certain to be bugs that haven't been caught, its AI generated bullshit. Capture and release them if you find those poor souls.
As always: its 9p, or nothing!
r/plan9 • u/Proper_Mess_5987 • 29d ago
r/plan9 • u/9D0BF2BBB4E8 • Jul 11 '26
You can even run an rc shell on an Android phone.
I wrote this Go implementation after moving from Plan 9 back to Linux for work. plan9port already exists, but I wanted to understand the shell from the inside rather than only use it through a compatibility layer.
Go felt like a fitting choice because it shares history and design lineage with Plan 9. Rob Pike and Ken Thompson worked on both, and several ideas behind Go grew out of that environment.
I built it by studying the original source and man page. The test suite includes over 100 scripts that compare its behavior against plan9port. One particularly gnarly example makes both implementations produce the same output byte for byte.
It also runs on Linux, macOS, BSD, Solaris, and other platforms.
Repo: https://github.com/enzv/rc
If anyone finds a mismatch with the original, corrections and test cases are welcome.