From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55660) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikTWd-0003Iz-Nq for guix-patches@gnu.org; Thu, 26 Dec 2019 08:50:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikTWc-0006fi-MB for guix-patches@gnu.org; Thu, 26 Dec 2019 08:50:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49072) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikTWc-0006fe-JI for guix-patches@gnu.org; Thu, 26 Dec 2019 08:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ikTWc-0000eq-FG for guix-patches@gnu.org; Thu, 26 Dec 2019 08:50:02 -0500 Subject: [bug#38746] [PATCH] gnu: emacs-shroud: Update to 1.105. Resent-Message-ID: Date: Thu, 26 Dec 2019 13:49:24 +0000 In-Reply-To: <20191226063000.GG23018@E5400> References: <855zi3kb3t.fsf@disroot.org> <291b9e13-ec4c-430f-a65a-b1038e68c6ce@localhost> <20191226063000.GG23018@E5400> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: "Amar M. Singh" Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 38746@debbugs.gnu.org, Brett Gilio Hi Efraim, Autoloads=2Eel is used to lazily load an Elisp package=2E It causes the ma= in commands to be available to Emacs user before the whole package is loade= d=2E In Guix System, if a package doesn't have autoloads it won't be automatica= lly loaded into Emacs=2E One will need to add '(require 'package) to '=2Eem= acs'=2E In case of my package: (require 'shroud) without this Emacs wouldn't load Shroud=2E Regards, Amar Singh https://o-nly=2Egithub=2Eio ------------------------------------------------------------- Sent from my Android device with Librem Mail=2E Please excuse my brevity= =2E