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: Sat, 31 Jan 2015 01:37:36 -0500 Message-ID: References: <8361cucl3u.fsf@gnu.org> <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> <83k304l1qg.fsf@gnu.org> <83d25wkl5n.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422686278 21907 80.91.229.3 (31 Jan 2015 06:37:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2015 06:37:58 +0000 (UTC) Cc: dgutov@yandex.ru, john@yates-sheets.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 31 07:37:57 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 1YHRgq-00004v-Ma for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2015 07:37:56 +0100 Original-Received: from localhost ([::1]:39815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHRgp-0001O5-Pp for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2015 01:37:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHRgd-0001No-Kt for emacs-devel@gnu.org; Sat, 31 Jan 2015 01:37:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHRgY-00034m-IQ for emacs-devel@gnu.org; Sat, 31 Jan 2015 01:37:43 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:53052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHRgY-00034g-Dz; Sat, 31 Jan 2015 01:37:38 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t0V6baY4012720; Sat, 31 Jan 2015 01:37:37 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 26D7966100; Sat, 31 Jan 2015 01:37:36 -0500 (EST) In-Reply-To: <83d25wkl5n.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 30 Jan 2015 23:34:28 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5202=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5202> : inlines <2001> : streams <1382291> : uri <1844492> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:182110 Archived-At: >> Determining the current project dynamically based on default-directory >> is the most obvious and straightforward way to make it work. > That's one implementation, but it's not the only one. I think we should aim to make "transparently switch to the right project" work in *all* cases (including yours). Stefan