emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change.


From: Stefan Monnier
Subject: Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change.
Date: Mon, 02 Mar 2020 11:58:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> BTW, Iʼve run into a small problem with that: Iʼm using regexp-opt,
> which results in:
>
>     Loading international/emoji-zwj...
>     Attempt to autoload regexp-opt while preparing to dump
>     make[1]: *** [emacs.pdmp] Error 255
>
> I canʼt require it either:
>
>     Loading international/emoji-zwj...
>     (require regexp-opt) while preparing to dump
>     make[1]: *** [emacs.pdmp] Error 255

Try and make sure that regexp-opt is only used during compilation,
e.g. by wrapping it inside an `eval-when-compile`.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]