2026-02-15 14:25:24
Yes, #Emacs. You can render SVG. Very clever. But I actually want to *edit the text* of the file (you know, in a text editor. Like... oh, $DEITY, never mind).
Yes, Emacs, you almost certainly do have some weird key combination to switch back to ACTUALLY BEING A TEXT EDITOR, but I don't know it, and, being Emacs, you're too damned arrogant to make it discoverable.
Typing `<esc&…
RE: #Emacs and its community.
In ca…
Looking at #Emacs tutorials to possibly recommend to students, I’m sometimes amazed at the mentions of basic commands that I’ve never had a use for in 30 years of emacsing… Not that I don’t know them, but, well, I don’t need them.
Case in point: next-buffer and previous-buffer. For me, buffers don’t have an order, so they don’t make any sense to me.
Of course, different people have d…
Looking at #Emacs tutorials to possibly recommend to students, I’m sometimes amazed at the mentions of basic commands that I’ve never had a use for in 30 years of emacsing… Not that I don’t know them, but, well, I don’t need them.
Case in point: next-buffer and previous-buffer. For me, buffers don’t have an order, so they don’t make any sense to me.
Of course, different people have d…
Looking at #Emacs tutorials to possibly recommend to students, I’m sometimes amazed at the mentions of basic commands that I’ve never had a use for in 30 years of emacsing… Not that I don’t know them, but, well, I don’t need them.
Case in point: next-buffer and previous-buffer. For me, buffers don’t have an order, so they don’t make any sense to me.
Of course, different people have d…
Wow, I finally have a functional grammar check in #emacs that seems like what I've been looking for.
https://stebalien.com/blog/grammar-tools-in-emacs/
Every time that "json" is mentioned in one sentence with a Lisp (machine), a fairy dies.
Sorry for killing two fairies here, please try not to boost! 💕
#emacs
#emacsJsonRpc
#json
A rare example of somebody switching from #Emacs to #vim:
"I have officially retired from Emacs"
https://nullprogram.com/blog/2026/04…
What is the correct action when #Emacs asks “Discard edits and reread from “path”?
It always makes me feel I'm losing data.
RE: #GLT26 zu
I still need to update the readme, and I’ve already discovered a bug… But my first #Emacs package is now available from #MELPA!
https://codeberg.…
I still need to update the readme, and I’ve already discovered a bug… But my first #Emacs package is now available from #MELPA!
https://codeberg.…
I still need to update the readme, and I’ve already discovered a bug… But my first #Emacs package is now available from #MELPA!
https://codeberg.…
RE: #Emacs: After successfully testing it a few times, I just released an extension of the code which visualizes t…
#Monsterdon #Emacs hex-mode!
So I had this idea, if I could make the #Emacs #OrgRoamUI accessible on the LAN, I could potentially navigate my notes from any device anywhere!
It was listed in the GitHub as a request, but the advice there didn't work, it only acted as a redirect to nowhere. I could change the url from localhost to the lan name, opened 8080 in ufw and then port-forwarded with
sudo socat TCP-LISTEN:8080,fork TCP:localhost:35901
And that let me see the UI, but only the controls, no nodes, no notes. Noting the websocket claiming port 35903, I removed :host (to use all interfaces) and opened ufw for LAN access to that port which all /seemed/ really logical, but …
I still see only the controls, no nodes or notes 😞