From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master a750770: Speed up project-files for Git projects Date: Fri, 04 Oct 2019 11:57:08 +0300 Message-ID: <83pnjc6g7v.fsf@gnu.org> References: <20191003230434.17569.17009@vcs0.savannah.gnu.org> <20191003230435.8594D20BB4@vcs0.savannah.gnu.org> <87sgo976jq.fsf@gnus.org> <1d7a5884-d66a-7e7b-09c9-676613c384a7@yandex.ru> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="81531"; mail-complaints-to="usenet@blaine.gmane.org" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 04 10:59:31 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iGJQv-000L2n-7Y for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2019 10:59:29 +0200 Original-Received: from localhost ([::1]:43432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGJQt-0004G8-MO for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2019 04:59:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46214) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGJQo-0004G1-7S for emacs-devel@gnu.org; Fri, 04 Oct 2019 04:59:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iGJOr-0000Et-K8; Fri, 04 Oct 2019 04:59:21 -0400 Original-Received: from [176.228.60.248] (port=4667 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iGJOq-0001Hs-Ac; Fri, 04 Oct 2019 04:57:21 -0400 In-reply-to: <1d7a5884-d66a-7e7b-09c9-676613c384a7@yandex.ru> (message from Dmitry Gutov on Fri, 4 Oct 2019 11:31:39 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240554 Archived-At: > From: Dmitry Gutov > 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?