From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: files.el: Patch to make project-settings optional/customizable Date: Thu, 13 Nov 2008 12:04:04 -0700 Message-ID: References: <5f0ff9220811130629t505badf9kb1bcc380df89a08f@mail.gmail.com> <87y6zn4pqw.fsf@cyd.mit.edu> <200811131607.mADG71u6010167@mothra.ics.uci.edu> <200811131619.mADGJukm010206@mothra.ics.uci.edu> <87prkz4kgh.fsf@cyd.mit.edu> <200811131728.mADHSH2M010654@mothra.ics.uci.edu> <871vxflbxb.fsf@cyd.mit.edu> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226603110 8142 80.91.229.12 (13 Nov 2008 19:05:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2008 19:05:10 +0000 (UTC) Cc: "T.V. Raman" , Dan Nicolaescu , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 20:06:10 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 1L0hVO-0001jr-0g for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2008 20:05:52 +0100 Original-Received: from localhost ([127.0.0.1]:44497 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0hUG-0005jh-26 for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2008 14:04:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0hUB-0005ia-GC for emacs-devel@gnu.org; Thu, 13 Nov 2008 14:04:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0hUA-0005hj-9K for emacs-devel@gnu.org; Thu, 13 Nov 2008 14:04:10 -0500 Original-Received: from [199.232.76.173] (port=47188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0hUA-0005hg-5e for emacs-devel@gnu.org; Thu, 13 Nov 2008 14:04:10 -0500 Original-Received: from mx2.redhat.com ([66.187.237.31]:36570) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0hU9-0001t7-No for emacs-devel@gnu.org; Thu, 13 Nov 2008 14:04:09 -0500 Original-Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mADJ46hB028319; Thu, 13 Nov 2008 14:04:06 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mADJ45V8032324; Thu, 13 Nov 2008 14:04:05 -0500 Original-Received: from opsy.redhat.com (vpn-13-92.rdu.redhat.com [10.11.13.92]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mADJ44Vf002617; Thu, 13 Nov 2008 14:04:05 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 4FA553786E3; Thu, 13 Nov 2008 12:04:04 -0700 (MST) X-Attribution: Tom In-Reply-To: <871vxflbxb.fsf@cyd.mit.edu> (Chong Yidong's message of "Thu\, 13 Nov 2008 13\:26\:40 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:105664 Archived-At: >>>>> "Chong" == Chong Yidong writes: Chong> I can't seem to find the discussion. Could you point me to it? There were several. Here is the root of one: http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00328.html Here is another: http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00863.html This may be the original thread: http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00168.html Tom