-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Hello,
I just started learning Elisp and stumbled upon this course.
After going through begging of the Elisp_programming.org i got to the add function.
I tried running the code that's visible there but with no success. After some minutes i realized that this is no longer how this function should look like.
My emacs version is:
GNU Emacs 30.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.49, cairo version 1.18.4) of 2025-03-30, modified by Debian
working example:
(defun add (x y)
(+ x y))My question is is this project still maintained? Maybe the learners could contribute?
Asking those questions as I see a couple of pull requests that are pending for a few years.
@caiorss hope all is well. Can we get it up and running again? (I'm willing to contribute although noob at elisp)
