(my old) emacs lemmy client: https://codeberg.org/martianh/lem.el.
it works? i'm using it to post this...
The Emacs editor, elisp development, and life as a lisp VM user.
(my old) emacs lemmy client: https://codeberg.org/martianh/lem.el.
it works? i'm using it to post this...
Glad to hear about that! The page was unreachable (at least from Tor) but this works: http://web.archive.org/web/20250317184645/https://codeberg.org/martianh/lem.el
I get the impression from the readme that it requires an Internet connection to use. I might still be able to use it in some ways but I’ll try to compose msgs while offline and save a local copy.
(update) I get this when trying to install:
package-compute-transaction: Package ‘emacs-29.1’ is unavailable
28.2 is the latest on debian stable. Is that my problem?
it does require an internet connection yes. It doesn't have much in the way of offline functionality (it just interacts directly with the API). I'm not sure if Codeberg allows Tor access.
I looked into the dependencies just now. I thought I maybe only used a few 29 functions, but actually I heavily use vtable, which is 29 too. Maybe look in to getting Emacs from Debian backports, or even building it yourself (I do so, and I'm not at all an experienced source-builder person: it's quite easy, and also common.)