[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
- Re: [PATCH] Allow hiding stashes from vc-dir, (continued)
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/17
- Re: [PATCH] Allow hiding stashes from vc-dir, Lars Ingebrigtsen, 2019/10/17
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Eli Zaretskii, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Eli Zaretskii, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Eli Zaretskii, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Stefan Monnier, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir,
Robert Pluim <=
- Re: [PATCH] Allow hiding stashes from vc-dir, Andreas Schwab, 2019/10/19
- Re: [PATCH] Allow hiding stashes from vc-dir, Stefan Monnier, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Stefan Monnier, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Lars Ingebrigtsen, 2019/10/19
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/21
Re: [PATCH] Allow hiding stashes from vc-dir, Michael Albinus, 2019/10/15