(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Thu, 13 Nov 2025 14:32:33 +0000 (15:32 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 13 Nov 2025 14:32:33 +0000 (15:32 +0100)
README.rst [new file with mode: 0644]

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..b56409e
--- /dev/null
@@ -0,0 +1,15 @@
+Error on Debian 13:\r
+\r
+ Warning (bytecomp): 'loop' is an obsolete alias (as of 27.1); use 'cl-loop' instead.\r
+\r
+Unfortunately emacs does not show a stack trace.\r
+\r
+Finding the culprit::\r
+\r
+  $ cd .config/emacs\r
+  $ ag --el loop|grep -v cl-loop|grep loop\r
+  elpa/yaxception-20150105.1452/yaxception.el:390:  (loop for s in (apropos-internal "^[a-z\\-:/]+$")\r
+  elpa/genrnc-20140612.1237/genrnc.el:302:  (loop for f in (list genrnc--trang-jar-name genrnc--xsd2rng-jar-name genrnc--xsd2rng-xsl-name)\r
+  elpa/yaxception-20150105.1540/yaxception.el:172:        (loop for e in catch_or_finally\r
+\r
+After that I simply removed genrnc and yaxception.
\ No newline at end of file