emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Allow hiding stashes from vc-dir


From: Stefan Monnier
Subject: Re: [PATCH] Allow hiding stashes from vc-dir
Date: Fri, 18 Oct 2019 23:19:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>     Eli> Then it sounds like more debugging is needed to understand why
>     Eli> autoloading seems to not work in this case.
>
> I donʼt understand what's going on:

Re-read the warning:

    vc/vc-git.el:1782:1:Warning: the function ‘cl-subseq’ might not be
        defined at runtime.

It doesn't say cl-subseq is an unknown function, but that it suspects
that the cl-subseq function while currently defined (during the
compilation) may not be defined when the code will be used.

That's because the code that loaded it was wrapped in
a `eval-when-compile` so it was labeled as "defined now but maybe not at
runtime".


        Stefan




reply via email to

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