From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: is there a good way to do emacs project management ? Date: Wed, 15 Apr 2009 13:13:27 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <5f844ff2-7af5-4522-86a4-c3329c41f83d@v35g2000pro.googlegroups.com> <87ocuygyn9.fsf@galatea.local> <87fxgagv7r.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239795706 27116 80.91.229.12 (15 Apr 2009 11:41:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2009 11:41:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 15 13:43:06 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lu3W8-0002H9-06 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 13:43:00 +0200 Original-Received: from localhost ([127.0.0.1]:56774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu3Uj-0002iM-Bc for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 07:41:33 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!motzarella.org!feeder.motzarella.org!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-X-Trace: news.eternal-september.org U2FsdGVkX18dnH5t/d4weYJoKaL6b8arpoDgaIRDVWbx0l1P+e8nH2OB4jn1oS2RMPRhUUdGUuUAbEys+FSEdUX2U+fMUAYS+4Lwzy1lbm37UHpPjJhdAKFOIRPAL6/PCVSJLZzYGuc8xFyML2iKWQ== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Wed, 15 Apr 2009 11:13:31 +0000 (UTC) X-Auth-Sender: U2FsdGVkX191u5e0zffngfmOevhc02EC4qTchlaybXOS/Hqr5YWUcg== Cancel-Lock: sha1:wnxwN28NKmMsBXfNuERcHNaajXM= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:168480 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63754 Archived-At: pjb@informatimago.com (Pascal J. Bourguignon) writes: > Peter Dyballa writes: > >> Am 15.04.2009 um 09:32 schrieb Pascal J. Bourguignon: >> >>> then to recompile: M-x recompile RET >>> from any directory... >> >> You probably mean when the *compilation* buffer still exists? And >> from it? (In coming GNU Emacs 23.1 a single g in this *compilation* >> buffer will make it recompile.) > > No I mean to type M-x recompile RET from any directory, any buffer, > when you need to recompile your project. You may find it easier and > more practical to type M-x recomp RET than to switch to the > *compilation* buffer and type g. I do. Handy to know, but is the doc string right? ,---- | recompile is an interactive compiled Lisp function in `compile.el'. | | (recompile &optional edit-command) | | Re-compile the program including the current buffer. | If this is run in a Compilation mode buffer, re-use the arguments from the | original use. Otherwise, recompile using `compile-command'. | If the optional argument `edit-command' is non-nil, the command can be edited. | | [back] `---- It certainly didn't include this gnus buffer when I just tried :-;