From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: project-management Date: Tue, 17 Feb 2015 17:50:00 +0800 Message-ID: <87k2zg98af.fsf@ericabrahamsen.net> References: <871tlprsl1.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424166637 7157 80.91.229.3 (17 Feb 2015 09:50:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2015 09:50:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 17 10:50:30 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YNenW-00070W-AP for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2015 10:50:30 +0100 Original-Received: from localhost ([::1]:44462 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNenV-0000qa-Ob for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2015 04:50:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNenG-0000ls-OW for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 04:50:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNenD-0001g0-J2 for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 04:50:14 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:56177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNenD-0001ct-Ca for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 04:50:11 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YNen9-0006r4-Bo for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 10:50:07 +0100 Original-Received: from 123.122.47.195 ([123.122.47.195]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Feb 2015 10:50:07 +0100 Original-Received: from eric by 123.122.47.195 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Feb 2015 10:50:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 123.122.47.195 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:bEf3Dc0m6nPiLBOvr8xR1vnOR6Y= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102751 Archived-At: Sharon Kimble writes: > I'm writing several ebooks at present, and also maintain the > documentation of a couple of projects, all done in latex. I'm now > finding a problem in "project management". > > How do I have a list of "projects" to choose from, that will then > open up all previously open files for that project please? This will > be controlled via an "easy-menu" entry. So how can I do it please? > I'm imagining that the latex projects will have to be explicitly > stated as part of the script, but thats as far as I've been able to > go. > > Thanks > Sharon. I've had pretty good luck with the "projectile" package. It's particularly nice in conjunction with helm, if you use that. If you want to give it a whirl, it's in the package manager. You can also just go into the package list, and filter by the "project", "projects", or "project-management" keywords (hit "f" to choose). As was noted somewhere around here recently, the keyword choices could use some cleaning up. Eric