(no commit message)
[paste/943.git] / README.rst
1 Error on Debian 13:\r
2 \r
3  Warning (bytecomp): 'loop' is an obsolete alias (as of 27.1); use 'cl-loop' instead.\r
4 \r
5 Unfortunately emacs does not show a stack trace, see https://emacs.stackexchange.com/q/13532/12191.\r
6 \r
7 Finding the culprit::\r
8 \r
9   $ cd .config/emacs\r
10   $ ag --el loop|grep -v cl-loop|grep loop\r
11   elpa/yaxception-20150105.1452/yaxception.el:390:  (loop for s in (apropos-internal "^[a-z\\-:/]+$")\r
12   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
13   elpa/yaxception-20150105.1540/yaxception.el:172:        (loop for e in catch_or_finally\r
14 \r
15 After that I simply removed genrnc and yaxception.