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: Robert Pluim
Subject: Re: [PATCH] Allow hiding stashes from vc-dir
Date: Mon, 21 Oct 2019 11:38:53 +0200

>>>>> On Fri, 18 Oct 2019 23:19:47 -0400, Stefan Monnier <address@hidden> said:

    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:

    Stefan> Re-read the warning:

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

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

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

Thanks Stefan (and Andreas). I now understand what's going on.

Robert



reply via email to

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