From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: files.el: Patch to make project-settings optional/customizable Date: Thu, 13 Nov 2008 10:20:07 -0500 Message-ID: <87y6zn4pqw.fsf@cyd.mit.edu> References: <5f0ff9220811130629t505badf9kb1bcc380df89a08f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226589617 11474 80.91.229.12 (13 Nov 2008 15:20:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2008 15:20:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: "T.V. Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 16:21:17 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 1L0e0Q-00046G-4Z for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2008 16:21:14 +0100 Original-Received: from localhost ([127.0.0.1]:47163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0dzH-0005KW-Ve for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2008 10:20:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0dzE-0005KM-ID for emacs-devel@gnu.org; Thu, 13 Nov 2008 10:20:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0dzD-0005Jx-6j for emacs-devel@gnu.org; Thu, 13 Nov 2008 10:20:00 -0500 Original-Received: from [199.232.76.173] (port=47349 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0dzD-0005Jq-1m for emacs-devel@gnu.org; Thu, 13 Nov 2008 10:19:59 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:41252) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0dzD-0004LK-8W for emacs-devel@gnu.org; Thu, 13 Nov 2008 10:19:59 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 4761E57E09E; Thu, 13 Nov 2008 10:20:07 -0500 (EST) In-Reply-To: <5f0ff9220811130629t505badf9kb1bcc380df89a08f@mail.gmail.com> (T. V. Raman's message of "Thu, 13 Nov 2008 07:29:55 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105636 Archived-At: "T.V. Raman" writes: > Introduces a defcustom for project-settings-file -- rather than > hard-coding the name, and if set to nil, arranges for function > project-find-settings-file to do nothing. Looks reasonable. I've checked it in, thanks.