help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs autoloads


From: Catonano
Subject: Re: Emacs autoloads
Date: Thu, 2 Mar 2017 15:42:06 +0100

2017-03-02 14:35 GMT+01:00 Federico Beffa <address@hidden>:
Catonano <address@hidden> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]