Package: emacs-gtk Version: 1:29.1+1-5 As noted in Debian bug report #1058739, Emacs fails to byte-compile code like this:
(defsubst bar (a &rest b) nil)
(defun foo () (bar 1 2 3 4))
Result:
$ emacs -Q --batch -f batch-byte-compile repro.el
In toplevel form:
repro.el:2:2: Error: Optimizer error: too much on the stack
This makes the lyskom-elisp-client package uninstallable.
-- Joel

