From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 0/3] Update 'emacs-w3m' and improve loading emacs autoloads Date: Sun, 6 Dec 2015 13:39:17 +0300 Message-ID: <1449398360-9794-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5WjF-000369-Gt for guix-devel@gnu.org; Sun, 06 Dec 2015 05:39:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5WjC-00074c-Bk for guix-devel@gnu.org; Sun, 06 Dec 2015 05:39:41 -0500 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:35425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5WjC-00074X-4j for guix-devel@gnu.org; Sun, 06 Dec 2015 05:39:38 -0500 Received: by lbpu9 with SMTP id u9so2996733lbp.2 for ; Sun, 06 Dec 2015 02:39:37 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id wd2sm3834432lbb.6.2015.12.06.02.39.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 06 Dec 2015 02:39:36 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org During updating 'emacs-w3m', I found that its *.el files are compressed now, so there is no "w3m-load.el" anymore, but there are "w3m-load.elc" and "w3m-load.el.gz". So this patchset also contains a patch to load any "autoloads" file (el, elc or el.gz). [PATCH 1/3] emacs: Handle compiled and compressed autoloads. [PATCH 2/3] gnu: emacs-w3m: Use 'modify-syntax'. [PATCH 3/3] gnu: emacs-w3m: Update to 1.4.538+0.20141022.