Danny Willems -- Work In Progress

Fighting to follow my values. Integrity is key. Reputation is key. Fighting for privacy and security on the Internet. Being respectful is your first duty.

Research Publications Public Talks Open source software contributions CV Education Blog PGP public key Recommended softwares Contact Proton calendar for cryptography and cybersecurity events
13 January 2024

Engineering in the el world

by Danny Willems

Today I started to go through some Emacs plugin repositories that I use and try to fix some warnings. In particular, I want to try copilot in Emacs. I found copilot.el. There are some warnings in Emacs 29.1, like docstring.

Some hints:

This is for repositories located on GitHub. See melpa recipe for any other format. On my side, I’m gonna use a fork on the main repositories until the PRs are merged. For this, I use:

(copilot :location (recipe :fetcher github :repo "dannywillems/copilot.el" :branch "dw/main" :files ("*.el" "dist")))

It is essentially the main branch with all PRs merged.

Results of the day regarding el engineering:

This article might be updated in the future.

tags: emacs - el - bytecode - compile