From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Damien Collard Newsgroups: gmane.emacs.help Subject: Re: Suggestions for 'project management' ? Date: Thu, 28 Mar 2019 16:41:21 +0100 Message-ID: References: <20190328111952.6b8c7370@mistral> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="90615"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 28 16:43:46 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h9XBx-000NQs-Fr for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Mar 2019 16:43:45 +0100 Original-Received: from localhost ([127.0.0.1]:38204 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9XBw-0004aO-Cf for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Mar 2019 11:43:44 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:40318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9X9j-0002yc-J1 for help-gnu-emacs@gnu.org; Thu, 28 Mar 2019 11:41:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9X9i-0007hF-Iu for help-gnu-emacs@gnu.org; Thu, 28 Mar 2019 11:41:27 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:55181) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9X9i-0007ge-BD for help-gnu-emacs@gnu.org; Thu, 28 Mar 2019 11:41:26 -0400 X-Originating-IP: 82.243.113.37 Original-Received: from FataMorgana (tou31-2-82-243-113-37.fbx.proxad.net [82.243.113.37]) (Authenticated sender: damien.collard@distfp.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 3551CFF809 for ; Thu, 28 Mar 2019 15:41:22 +0000 (UTC) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <20190328111952.6b8c7370@mistral> (jonetsu's message of "Thu, 28 Mar 2019 11:19:52 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.199 X-Mailman-Approved-At: Thu, 28 Mar 2019 11:43:23 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119772 Archived-At: On Jeu, mar 28 2019, jonetsu wrote: > I've looked at EDE and Projman. Both seems to be fairly > straightforward. There are a few others also. Before committing to > one, I'd like to hear about suggestions regarding 'project management' > eg. which one are you using and why. I use Projectile (https://github.com/bbatsov/projectile). Nice features, easy to use. And it works well with Helm. I have one criticism, though: it uses the minibuffer to show its indexing status, which means it sometimes hides more important information (it should use the mode line instead; maybe this can be achieved with some defadvice). Damien