2017-03-02 14:35 GMT+01:00 Federico Beffa <beffa@ieee.org>:
Catonano <catonano@gmail.com> writes:

> I installed emacs-debbugs
>
> But it doesn't get autoloaded, so I had to comment out this line in my .emacs file
>
> (add-to-list 'debbugs-gnu-all-packages "guix-patches")
>
> because otherwise when launching emacs it claims that "debbugs-gnu-all-packages" value is void

If you put this

(require 'debbugs-gnu)

before '(add-to-list ...)' is should work.

Thank you Federico

Isn't the autoload machinery meant to avoid the explicit require ?

Not that it bothers me that much, just saying

Thanks again !
Ciao