From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: Emacs autoloads Date: Thu, 02 Mar 2017 14:35:07 +0100 Message-ID: <87innrn6no.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjQsz-0007s0-3l for help-guix@gnu.org; Thu, 02 Mar 2017 08:35:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjQsy-00042b-8N for help-guix@gnu.org; Thu, 02 Mar 2017 08:35:13 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:38727) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjQsy-000412-3A for help-guix@gnu.org; Thu, 02 Mar 2017 08:35:12 -0500 Received: by mail-wm0-x232.google.com with SMTP id t193so11674906wmt.1 for ; Thu, 02 Mar 2017 05:35:10 -0800 (PST) In-Reply-To: (catonano@gmail.com's message of "Thu, 2 Mar 2017 12:51:13 +0100") 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: Catonano Cc: help-guix 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.