From: Christian Weiske Date: Thu, 13 Nov 2025 14:32:33 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/943.git/commitdiff_plain/e3cc8c89035a0600a428a00acfbf3b52c0a88c4a?ds=sidebyside --- e3cc8c89035a0600a428a00acfbf3b52c0a88c4a diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..b56409e --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +Error on Debian 13: + + Warning (bytecomp): 'loop' is an obsolete alias (as of 27.1); use 'cl-loop' instead. + +Unfortunately emacs does not show a stack trace. + +Finding the culprit:: + + $ cd .config/emacs + $ ag --el loop|grep -v cl-loop|grep loop + elpa/yaxception-20150105.1452/yaxception.el:390: (loop for s in (apropos-internal "^[a-z\\-:/]+$") + elpa/genrnc-20140612.1237/genrnc.el:302: (loop for f in (list genrnc--trang-jar-name genrnc--xsd2rng-jar-name genrnc--xsd2rng-xsl-name) + elpa/yaxception-20150105.1540/yaxception.el:172: (loop for e in catch_or_finally + +After that I simply removed genrnc and yaxception. \ No newline at end of file