2026-03-10 20:34:16
RE: #Emacs and its community.
In ca…
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/
RE: #GLT26 zu
What is the correct action when #Emacs asks “Discard edits and reread from “path”?
It always makes me feel I'm losing data.
Bei den #Grazer #Linuxtagen werde ich einen Workshop zur Einführung in #Emacs uns aufbauend darauf gleich einen zu #Orgmode
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.…
But my code doesn’t even compare. el-xmp reads and parses the XMP data in Elisp (!), I just used exiftool.el #Emacs
But my code doesn’t even compare. el-xmp reads and parses the XMP data in Elisp (!), I just used exiftool.el #Emacs
RE: #Emacs: After successfully testing it a few times, I just released an extension of the code which visualizes t…
First impressions of native #emacs for #android supported by #termux on a #grapheneos. I am …
#Monsterdon #Emacs hex-mode!
Noticed only today, since moving my #Emacs environment over to the new laptop last November, all my #OrgRoam 'dailies' are not orgroam files, they are basic #OrgMode files 🥹 C-c n d d does resolve to the right org-roam command, but these files contain only a # title and nothing else.
It was likely naive of me to expect my .emacs to be relocatable.
I don't suppose there's a function to mass-convert org-files to org-roam? Well, that's what keystroke macros are for, I suppose!
On a positive note, my #Firefox kiosk issue was solved by MOZ_ENABLE_WAYLAND=0 which is odd since I'm running Wayland and it had worked fine since September until I added and then removed /etc/firefox/policies/policy.json
Noticed only today, since moving my #Emacs environment over to the new laptop last November, all my #OrgRoam 'dailies' are not orgroam files, they are basic #OrgMode files 🥹 C-c n d d does resolve to the right org-roam command, but these files contain only a # title and nothing else.
It was likely naive of me to expect my .emacs to be relocatable.
I don't suppose there's a function to mass-convert org-files to org-roam? Well, that's what keystroke macros are for, I suppose!
On a positive note, my #Firefox kiosk issue was solved by MOZ_ENABLE_WAYLAND=0 which is odd since I'm running Wayland and it had worked fine since September until I added and then removed /etc/firefox/policies/policy.json
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 😞