From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Project support and completions Date: Fri, 30 Jan 2015 11:17:50 -0500 Message-ID: References: <8361cucl3u.fsf@gnu.org> <83oapuy8ew.fsf@gnu.org> <54BDC34C.5070309@yandex.ru> <83wq4hwejl.fsf@gnu.org> <54BEBF63.9050709@yandex.ru> <8361c0w16n.fsf@gnu.org> <54C063E3.8020401@yandex.ru> <83a91avglz.fsf@gnu.org> <54C1655E.4050403@yandex.ru> <83r3uluawd.fsf@gnu.org> <54C28635.8070606@yandex.ru> <83twzhryyq.fsf@gnu.org> <54C2C9DC.1050908@yandex.ru> <83h9vgsehi.fsf@gnu.org> <54C3E7B6.2020006@yandex.ru> <837fwbstls.fsf@gnu.org> <54C429D8.6010302@yandex.ru> <83twzerges.fsf@gnu.org> <838ugkn62m.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422634803 23885 80.91.229.3 (30 Jan 2015 16:20:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2015 16:20:03 +0000 (UTC) Cc: emacs-devel@gnu.org, dgutov@yandex.ru, John Yates To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 17:20:02 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YHEIc-0006KY-1u for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 17:20:02 +0100 Original-Received: from localhost ([::1]:37557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHEIb-0000fL-Fn for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 11:20:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHEIO-0000fE-Cx for emacs-devel@gnu.org; Fri, 30 Jan 2015 11:19:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHEIN-0001R4-JM for emacs-devel@gnu.org; Fri, 30 Jan 2015 11:19:48 -0500 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]:37150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHEIJ-0001N2-JO; Fri, 30 Jan 2015 11:19:43 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 848A185EC0; Fri, 30 Jan 2015 11:18:18 -0500 (EST) Original-Received: from lechon.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id BA6A31E5B8B; Fri, 30 Jan 2015 11:17:50 -0500 (EST) Original-Received: by lechon.iro.umontreal.ca (Postfix, from userid 20848) id A08AFB4102; Fri, 30 Jan 2015 11:17:50 -0500 (EST) In-Reply-To: <838ugkn62m.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 30 Jan 2015 08:19:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82, MC_TSTLAST 0.00) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 132.204.24.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182071 Archived-At: > I never used git-new-workspace, so I don't really understand what you > describe here. He describes a situation just like mine: even if I spend all day hacking on nothing else than Emacs, I end up frequently switching between at least 2, often 3 different "projects", which are simply 3 different branches ("lightweight checkouts", actually, in Bazaar speech) of Emacs (typically, "master", "local-work", and "emacs-24"). So for him (and for me) "multiple projects" is the norm, not the exception. And indeed, I rarely used the etags facility for that very reason: it all too often brings me to the file in the wrong branch. Stefan