From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Generation of tags for the current project on the fly Date: Mon, 15 Jan 2018 19:21:50 +0200 Message-ID: <83zi5fxck1.fsf@gnu.org> References: <4559858d-eb32-d071-fdad-e51430700260@yandex.ru> <83shbb30z1.fsf@gnu.org> <8360863o6a.fsf@gnu.org> <27a58fb2-d2ee-e5fc-158d-ec41be401987@yandex.ru> <83y3l0za1f.fsf@gnu.org> <83h8rnzni4.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1516036833 8640 195.159.176.226 (15 Jan 2018 17:20:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2018 17:20:33 +0000 (UTC) Cc: emacs-devel@gnu.org, john@yates-sheets.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 15 18:20:29 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eb8Qj-0001HH-V8 for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2018 18:20:18 +0100 Original-Received: from localhost ([::1]:49050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb8Sj-0006ca-Ov for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2018 12:22:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb8ST-0006Zv-Mw for emacs-devel@gnu.org; Mon, 15 Jan 2018 12:22:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eb8SR-0002h3-3Y for emacs-devel@gnu.org; Mon, 15 Jan 2018 12:22:05 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb8SR-0002gq-0M; Mon, 15 Jan 2018 12:22:03 -0500 Original-Received: from [176.228.60.248] (port=4425 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eb8SQ-0003xH-AO; Mon, 15 Jan 2018 12:22:02 -0500 In-reply-to: (message from Dmitry Gutov on Mon, 15 Jan 2018 18:01:00 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:221977 Archived-At: > Cc: emacs-devel@gnu.org > From: Dmitry Gutov > Date: Mon, 15 Jan 2018 18:01:00 +0300 > > On 1/15/18 8:42 AM, Eli Zaretskii wrote: > > > That's definitely true for personal and FLOSS environments, but not > > elsewhere. Where I earn my paycheck, they use TFS and even > > ClearCase(!). > > No counterparts to 'git ls-files' in those VC systems? Some, but they are not faster than 'find' running locally, AFAIR.