bug#43109: Infinite loop in cl-subseq

2020-09-15 Thread divoplade
Hello,

Le mardi 15 septembre 2020 à 17:44 +0200, Michael Rohleder a écrit :
> I believe, this should be fixed with removing the emacs-seq package
> (commit 852ae64e11ef9107afabbdb307770f946376addd), no?

It is fixed as of now, yes.








bug#43109: Infinite loop in cl-subseq

2020-09-15 Thread Michael Rohleder
Hello divoplade,

I believe, this should be fixed with removing the emacs-seq package
(commit 852ae64e11ef9107afabbdb307770f946376addd), no?


signature.asc
Description: PGP signature


bug#43109: Infinite loop in cl-subseq

2020-08-30 Thread divoplade
Hello all,

This is what breaks loading of the magit package in emacs227:

(require 'cl)
(cl-subseq '() 0 0)

This triggers an infinite loop.

>From what I gathered (
https://lists.nongnu.org/archive/html/bug-gnu-emacs/2020-08/msg02623.html
), this was tagged a nixos bug, so maybe it is the same for guix.

Best regards,

divoplade