unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master a750770: Speed up project-files for Git projects
       [not found] ` <20191003230435.8594D20BB4@vcs0.savannah.gnu.org>
@ 2019-10-03 23:28   ` Lars Ingebrigtsen
  2019-10-04  8:31     ` Dmitry Gutov
  2019-10-03 23:34   ` [Emacs-diffs] " Juanma Barranquero
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-03 23:28 UTC (permalink / raw)
  To: emacs-devel; +Cc: Dmitry Gutov

dgutov@yandex.ru (Dmitry Gutov) writes:

>     Speed up project-files for Git projects

This leads to:

In end of data:
progmodes/project.el:633:1:Warning: the following functions are not known to
    be defined: vc-git--program-version, vc-git--run-command-string,
    copy-list, vc-hg-command

`copy-list' should probably be `copy-sequence' (it's a CL function), and
the rest probably requires a bunch of vc files?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: [Emacs-diffs] master a750770: Speed up project-files for Git projects
       [not found] ` <20191003230435.8594D20BB4@vcs0.savannah.gnu.org>
  2019-10-03 23:28   ` master a750770: Speed up project-files for Git projects Lars Ingebrigtsen
@ 2019-10-03 23:34   ` Juanma Barranquero
  1 sibling, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2019-10-03 23:34 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

On Fri, Oct 4, 2019 at 1:06 AM Dmitry Gutov <dgutov@yandex.ru> wrote:
>
> branch: master
> commit a750770ba0591b24303869fbb4b349f33165cb85
> Author: Dmitry Gutov <dgutov@yandex.ru>
> Commit: Dmitry Gutov <dgutov@yandex.ru>
>
>     Speed up project-files for Git projects

  ELC      progmodes/project.elc

In end of data:
progmodes/project.el:633:1:Warning: the following functions are not known to
    be defined: vc-git--program-version, vc-git--run-command-string,
    copy-list, vc-hg-command

[-- Attachment #2: Type: text/html, Size: 769 bytes --]

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

* Re: master a750770: Speed up project-files for Git projects
  2019-10-03 23:28   ` master a750770: Speed up project-files for Git projects Lars Ingebrigtsen
@ 2019-10-04  8:31     ` Dmitry Gutov
  2019-10-04  8:57       ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Gutov @ 2019-10-04  8:31 UTC (permalink / raw)
  To: Lars Ingebrigtsen, emacs-devel

On 04.10.2019 2:28, Lars Ingebrigtsen wrote:
> dgutov@yandex.ru (Dmitry Gutov) writes:
> 
>>      Speed up project-files for Git projects
> 
> This leads to:
> 
> In end of data:
> progmodes/project.el:633:1:Warning: the following functions are not known to
>      be defined: vc-git--program-version, vc-git--run-command-string,
>      copy-list, vc-hg-command

Thanks, should be fixed now.

> `copy-list' should probably be `copy-sequence' (it's a CL function), and
> the rest probably requires a bunch of vc files?

I've just removed the call to copy-list, seemed unnecessary.




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

* Re: master a750770: Speed up project-files for Git projects
  2019-10-04  8:31     ` Dmitry Gutov
@ 2019-10-04  8:57       ` Eli Zaretskii
  2019-10-04 10:00         ` Dmitry Gutov
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2019-10-04  8:57 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: larsi, emacs-devel

> From: Dmitry Gutov <dgutov@yandex.ru>
> Date: Fri, 4 Oct 2019 11:31:39 +0300
> 
> On 04.10.2019 2:28, Lars Ingebrigtsen wrote:
> > dgutov@yandex.ru (Dmitry Gutov) writes:
> > 
> >>      Speed up project-files for Git projects
> > 
> > This leads to:
> > 
> > In end of data:
> > progmodes/project.el:633:1:Warning: the following functions are not known to
> >      be defined: vc-git--program-version, vc-git--run-command-string,
> >      copy-list, vc-hg-command
> 
> Thanks, should be fixed now.

Did you forget to push?



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

* Re: master a750770: Speed up project-files for Git projects
  2019-10-04  8:57       ` Eli Zaretskii
@ 2019-10-04 10:00         ` Dmitry Gutov
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Gutov @ 2019-10-04 10:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: larsi, emacs-devel

On 04.10.2019 11:57, Eli Zaretskii wrote:
>> From: Dmitry Gutov <dgutov@yandex.ru>
>> Date: Fri, 4 Oct 2019 11:31:39 +0300
>>
>> On 04.10.2019 2:28, Lars Ingebrigtsen wrote:
>>> dgutov@yandex.ru (Dmitry Gutov) writes:
>>>
>>>>       Speed up project-files for Git projects
>>>
>>> This leads to:
>>>
>>> In end of data:
>>> progmodes/project.el:633:1:Warning: the following functions are not known to
>>>       be defined: vc-git--program-version, vc-git--run-command-string,
>>>       copy-list, vc-hg-command
>>
>> Thanks, should be fixed now.
> 
> Did you forget to push?

Now definitely pushed, thank you.




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

end of thread, other threads:[~2019-10-04 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191003230434.17569.17009@vcs0.savannah.gnu.org>
     [not found] ` <20191003230435.8594D20BB4@vcs0.savannah.gnu.org>
2019-10-03 23:28   ` master a750770: Speed up project-files for Git projects Lars Ingebrigtsen
2019-10-04  8:31     ` Dmitry Gutov
2019-10-04  8:57       ` Eli Zaretskii
2019-10-04 10:00         ` Dmitry Gutov
2019-10-03 23:34   ` [Emacs-diffs] " Juanma Barranquero

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).