all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [elpa] master b4b1c3d: Use jka-compr-load-suffixes instead of hardcoded suffixes
       [not found] ` <20161222172553.66D622201BA@vcs.savannah.gnu.org>
@ 2016-12-22 18:32   ` Stefan Monnier
  2016-12-27 14:16     ` Michael Heerdegen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2016-12-22 18:32 UTC (permalink / raw)
  To: emacs-devel; +Cc: Michael Heerdegen

> +                               (mapconcat #'identity jka-compr-load-suffixes "\\|")

This fails to quote the special chars like ".".
I'd suggest (regexp-opt jka-compr-load-suffixes) instead.


        Stefan



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

* Re: [elpa] master b4b1c3d: Use jka-compr-load-suffixes instead of hardcoded suffixes
  2016-12-22 18:32   ` [elpa] master b4b1c3d: Use jka-compr-load-suffixes instead of hardcoded suffixes Stefan Monnier
@ 2016-12-27 14:16     ` Michael Heerdegen
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Heerdegen @ 2016-12-27 14:16 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> > + (mapconcat #'identity jka-compr-load-suffixes "\\|")
>
> This fails to quote the special chars like ".".

Oops - of course!

> I'd suggest (regexp-opt jka-compr-load-suffixes) instead.

I've just done that in 18b6414d3.


Thanks,

Michael.



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

end of thread, other threads:[~2016-12-27 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20161222172553.10447.38582@vcs.savannah.gnu.org>
     [not found] ` <20161222172553.66D622201BA@vcs.savannah.gnu.org>
2016-12-22 18:32   ` [elpa] master b4b1c3d: Use jka-compr-load-suffixes instead of hardcoded suffixes Stefan Monnier
2016-12-27 14:16     ` Michael Heerdegen

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.