From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Updated project-specific settings patch Date: Mon, 19 May 2008 21:32:07 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211225822 22123 80.91.229.12 (19 May 2008 19:37:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 May 2008 19:37:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: tromey@redhat.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 19 21:37:39 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JyBAw-0005dJ-P3 for ged-emacs-devel@m.gmane.org; Mon, 19 May 2008 21:37:39 +0200 Original-Received: from localhost ([127.0.0.1]:40540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyBAC-0002mS-O7 for ged-emacs-devel@m.gmane.org; Mon, 19 May 2008 15:36:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyBA5-0002kw-0k for emacs-devel@gnu.org; Mon, 19 May 2008 15:36:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyB9w-0002g9-OC for emacs-devel@gnu.org; Mon, 19 May 2008 15:36:41 -0400 Original-Received: from [199.232.76.173] (port=34376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyB9v-0002g0-Pd for emacs-devel@gnu.org; Mon, 19 May 2008 15:36:35 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:59711 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JyB9v-00043Z-8y for emacs-devel@gnu.org; Mon, 19 May 2008 15:36:35 -0400 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m4JJaTZ8004596; Mon, 19 May 2008 21:36:30 +0200 In-Reply-To: (Tom Tromey's message of "Mon, 19 May 2008 11:07:48 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97404 Archived-At: Funnily I was making a list of what features Id like in an emacs project facility today: Whats there already: - JDEE, for java projects - cedet proj facility EDE, mostly for makefile based projects - some project dirvars implementations, such as .dir-settings.el What I'd really like: - find file in project, only src not .o files etc - specify some different build commands for a project - specify some different debug targets What would be nice - recursive inheritable proj defs - use the customize gui for proj settings, like JDEE - generic project templates that can be instantiated for c++, maven java, plain java, etc Tom Tromey writes: > A long while ago I was working on a patch to allow project-specific > settings for Emacs. Here's the updated version of this patch. > > I tried to incorporate all the feedback on previous versions of this > patch into the current patch. In particular: > > * Now a patch to files.el, not a separate file. > > * Reuses the hack-local-variables code to query the user about risky > settings. > > * Search for directory settings is limited to a single file name, > ".dir-settings.el". > > Tom > -- Joakim Verona