Bug#1036359: elpa-markdown-toc -- crashes with (wrong-type-argument consp nil)

2023-06-13 Thread Antoine Beaupré
I can confirm that trashing the eln-cache and restarting emacs with `markdown` in the block list works. -- Le monochrome, c'est pour ceux qui s'intéressent (encore) au contenu. Usenet dans ces conditions, c'est comme le web avec lynx, on prend trop conscience du vide, c'est déprimant.

Bug#1036359: elpa-markdown-toc -- crashes with (wrong-type-argument consp nil)

2023-06-12 Thread Nicholas D Steeves
Antoine Beaupré writes: > On 2023-06-11 14:45:19, Nicholas D. Steeves wrote: >> >> Here is a way to work around this bug (whether in Emacs or in markdown-toc). [snip] > > Oh wow, thanks! You're welcome! > That said it doesn't actually work! I have tried both the `--eval` and > the `setq` and

Bug#1036359: elpa-markdown-toc -- crashes with (wrong-type-argument consp nil)

2023-06-12 Thread Antoine Beaupré
On 2023-06-11 14:45:19, Nicholas D. Steeves wrote: > Hi, > > Here is a way to work around this bug (whether in Emacs or in markdown-toc). > > To test: > emacs --eval="(setq native-comp-deferred-compilation-deny-list > '(\"markdown-toc\"))" > > To make permanent: > (setq

Bug#1036359: elpa-markdown-toc -- crashes with (wrong-type-argument consp nil)

2023-06-11 Thread Nicholas D Steeves
Hi, Here is a way to work around this bug (whether in Emacs or in markdown-toc). To test: emacs --eval="(setq native-comp-deferred-compilation-deny-list '(\"markdown-toc\"))" To make permanent: (setq native-comp-deferred-compilation-deny-list '("markdown-toc")) That said, I'm not convinced

Bug#1036359: elpa-markdown-toc -- crashes with (wrong-type-argument consp nil)

2023-06-06 Thread Nicholas D Steeves
Antoine Beaupré writes: > You seem to have pasted a link to the TPA GitLab wiki here... Did you > mean to paste some other bug report or link there? That's confirmation that I tested with the link to the file that you were noted (in an earlier post) that you were testing with. > I think I'm