From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: Emacs autoloads Date: Thu, 2 Mar 2017 15:42:06 +0100 Message-ID: References: <87innrn6no.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c1b45dceab00b0549c06e2e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjRvl-0002VP-6A for help-guix@gnu.org; Thu, 02 Mar 2017 09:42:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjRvk-000590-BX for help-guix@gnu.org; Thu, 02 Mar 2017 09:42:09 -0500 Received: from mail-wr0-x22e.google.com ([2a00:1450:400c:c0c::22e]:35126) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjRvk-00058Z-4H for help-guix@gnu.org; Thu, 02 Mar 2017 09:42:08 -0500 Received: by mail-wr0-x22e.google.com with SMTP id g10so53701785wrg.2 for ; Thu, 02 Mar 2017 06:42:07 -0800 (PST) In-Reply-To: <87innrn6no.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Federico Beffa , Thomas Danckaert Cc: help-guix --94eb2c1b45dceab00b0549c06e2e Content-Type: text/plain; charset=UTF-8 2017-03-02 14:35 GMT+01:00 Federico Beffa : > Catonano 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 --94eb2c1b45dceab00b0549c06e2e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 i= n my .emacs file
>
> (add-to-list 'debbugs-gnu-all-packages "guix-patches") >
> because otherwise when launching emacs it claims that "debbugs-gn= u-all-packages" value is void

If you put this

(require 'debbugs-gnu)

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

Thank you Federico<= br>
Isn't the autoload machinery me= ant to avoid the explicit require ?

Not that it bothers me that muc= h, just saying

Thanks again !
<= /div>
Ciao
--94eb2c1b45dceab00b0549c06e2e--