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: Sun, 25 Jan 2015 10:01:03 -0500 Message-ID: References: <8361cucl3u.fsf@gnu.org> <83vbkl99vm.fsf@gnu.org> <54B8878A.4050506@yandex.ru> <54B8C22B.3080200@gmx.at> <54BC7A77.5020307@yandex.ru> <54BCC033.2010104@gmx.at> <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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422198084 5222 80.91.229.3 (25 Jan 2015 15:01:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2015 15:01:24 +0000 (UTC) Cc: emacs-devel@gnu.org, Dmitry Gutov To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 25 16:01:23 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 1YFOgl-0004xT-1x for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2015 16:01:23 +0100 Original-Received: from localhost ([::1]:37999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFOgk-0000xq-KL for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2015 10:01:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFOgX-0000xk-WE for emacs-devel@gnu.org; Sun, 25 Jan 2015 10:01:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFOgT-0002MS-1z for emacs-devel@gnu.org; Sun, 25 Jan 2015 10:01:09 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:45067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFOgS-0002MJ-UE; Sun, 25 Jan 2015 10:01:04 -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 t0PF132v009493; Sun, 25 Jan 2015 10:01:03 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7538A660FB; Sun, 25 Jan 2015 10:01:03 -0500 (EST) In-Reply-To: <837fwbstls.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 25 Jan 2015 00:26:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5197=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5197> : inlines <1943> : streams <1379229> : uri <1843767> 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:181748 Archived-At: > For example, it sounds to me that by having an "add project" and > "remove project" commands, we can give the user the ability to tell > which projects' databases of symbols are relevant to what she is doing > now. I'd rather have something more declarative. E.g. let the user specify that some projects are linked, such that whenever you're in a buffer that belongs to one of those linked projects, Emacs knows that it should take the other linked projects into account. Stefan