Re: [PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-11 Thread Alex Kost
Ludovic Courtès (2015-12-11 12:51 +0300) wrote: > Alex Kost skribis: [...] >> From baa1950d823d0de07fa083f5f2770d3d6b681510 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Thu, 3 Dec 2015 13:03:19 +0300 >> Subject: [PATCH] emacs: Handle compiled autoloads. >> >> * emacs/guix-emacs.el (guix-

Re: [PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-11 Thread Ludovic Courtès
Alex Kost skribis: > Great, I have updated and pushed 'emacs-w3m' patch. Perfect. > Now since it is clear that it is potentially problematic to have > compressed *.el files, I have changed this patch to handle only compiled > autoloads as the compressed ones are unlikely to appear ever. OK? S

Re: [PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-10 Thread Alex Kost
Ludovic Courtès (2015-12-09 16:58 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-12-08 02:00 +0300) wrote: >>> Otherwise there’s a risk of fooling the GC, as in >>> . >> >> Hm, OK. I don't fully understand the issue though. So *.el files of >> 'emacs-w3

Re: [PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-09 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-12-08 02:00 +0300) wrote: > >> Alex Kost skribis: >> >>> * emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable. >>> (guix-emacs-find-autoloads-in-directory): Return a list of autoloads >>> without extensions. >> >> LGTM. >> >> However, n

Re: [PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-09 Thread Alex Kost
Ludovic Courtès (2015-12-08 02:00 +0300) wrote: > Alex Kost skribis: > >> * emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable. >> (guix-emacs-find-autoloads-in-directory): Return a list of autoloads >> without extensions. > > LGTM. > > However, note that autoloads may only be co

Re: [PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-07 Thread Ludovic Courtès
Alex Kost skribis: > * emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable. > (guix-emacs-find-autoloads-in-directory): Return a list of autoloads > without extensions. LGTM. However, note that autoloads may only be compressed when we know they do not embed store file names (whi

[PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-06 Thread Alex Kost
* emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable. (guix-emacs-find-autoloads-in-directory): Return a list of autoloads without extensions. --- emacs/guix-emacs.el | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/emacs/guix-emacs.el b/emacs