monnier
monnier
Apparently the current site of development is not http://emacs-jabber.sourceforge.net/ any more nor is it here, but it is now at https://codeberg.org/emacs-jabber/emacs-jabber . Could someone who has write access to this...
The code here diverged from that in elpa.git: ``` % make fetch/context-coloring emacs --no-site-lisp --batch -l admin/elpa-admin.el -f elpaa-batch-fetch-and-show "context-coloring" Fetching updates for context-coloring... Upstream of context-coloring has DIVERGED! Local...
``` % make fetch/avy emacs --no-site-lisp --batch -l admin/elpa-admin.el -f elpaa-batch-fetch-and-show "avy" Fetching updates for avy... Upstream of avy has DIVERGED! Local changes: Depuis https://github.com/abo-abo/avy * [nouvelle référence] -> upstream/avy/main...
I see the "issues" tab contains mostly wishlist items rather than bug reports, but I also see that my favorite missing feature is not yet listed, so here it goes:...
I just saw a recent commit in the Git that changes `doc/docstringdb.json` and `doc/build/texinfo/evil.texi`, both of which are generated. It would be nice to be able to remove them from...
The code here diverged from that in elpa.git: ``` % make fetch/bug-hunter emacs --no-site-lisp --batch -l admin/elpa-admin.el -f elpaa-batch-fetch-and-show "bug-hunter" Fetching updates for bug-hunter... Upstream of bug-hunter has DIVERGED! Local...
Any chance this could be integrated with elisp-mode's xref support rather than replacing it?
These patches fix some compilation problems (when compiling with the generic ELPA scripts rather than with our ad-hoc makefile), replace uses of the old advice facility with the corresponding new...
While looking at adding el-mock to NonGNU ELPA I saw that its implementation is rather problematic if the code using el-mock relies on `lexical-binding`, so I started down that rabbit...
I pushed to the `scratch/evil` branch of [nongnu.git](git://git.sv.gnu.org/emacs/nongnu.git) a patch which enables `lexical-binding` in all the files and replaces the `evil-delay` function (which has to work via the awful `eval`)...