unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [elpa] master 1093871 1/4: Fix disregarding compressed elisp files
       [not found] ` <20161220065102.4ED75220145@vcs.savannah.gnu.org>
@ 2016-12-20 14:54   ` Stefan Monnier
  2016-12-22 17:28     ` Michael Heerdegen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2016-12-20 14:54 UTC (permalink / raw)
  To: emacs-devel; +Cc: Michael Heerdegen

> -  (and (string-match-p "\\.el\\'" file)
> +  (and (string-match-p "\\.el\\(\\.\\(gz\\|Z\\)\\)?\\'" file)

Why not use jka-compr-load-suffixes?


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [elpa] master 1093871 1/4: Fix disregarding compressed elisp files
  2016-12-20 14:54   ` [elpa] master 1093871 1/4: Fix disregarding compressed elisp files Stefan Monnier
@ 2016-12-22 17:28     ` Michael Heerdegen
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Heerdegen @ 2016-12-22 17:28 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

> > -  (and (string-match-p "\\.el\\'" file)
> > +  (and (string-match-p "\\.el\\(\\.\\(gz\\|Z\\)\\)?\\'" file)
>
> Why not use jka-compr-load-suffixes?

Indeed, thanks.  I've done that in Gnu Elpa commit
b4b1c3df7d7e3dd055e68fc9003861c11343b7f6.


Michael.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-22 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20161220065102.21832.2048@vcs.savannah.gnu.org>
     [not found] ` <20161220065102.4ED75220145@vcs.savannah.gnu.org>
2016-12-20 14:54   ` [elpa] master 1093871 1/4: Fix disregarding compressed elisp files Stefan Monnier
2016-12-22 17:28     ` Michael Heerdegen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).