From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Updated project-specific settings patch Date: Tue, 20 May 2008 14:45:55 -0400 Message-ID: References: <87hccukqp9.fsf@stupidchicken.com> <87wslpkr9n.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211309224 31103 80.91.229.12 (20 May 2008 18:47:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2008 18:47:04 +0000 (UTC) Cc: Tom Tromey , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 20 20:47:41 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 1JyWrU-0002np-GK for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 20:47:00 +0200 Original-Received: from localhost ([127.0.0.1]:56550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyWqk-0001YL-EO for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 14:46:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyWqf-0001Y0-V3 for emacs-devel@gnu.org; Tue, 20 May 2008 14:46:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyWqe-0001Vw-9T for emacs-devel@gnu.org; Tue, 20 May 2008 14:46:09 -0400 Original-Received: from [199.232.76.173] (port=60111 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyWqe-0001Vm-34 for emacs-devel@gnu.org; Tue, 20 May 2008 14:46:08 -0400 Original-Received: from 206-248-174-248.dsl.teksavvy.com ([206.248.174.248]:35764 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyWqd-0003cN-Np for emacs-devel@gnu.org; Tue, 20 May 2008 14:46:07 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id DE880B422F; Tue, 20 May 2008 14:45:55 -0400 (EDT) In-Reply-To: <87wslpkr9n.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 20 May 2008 10:02:28 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:97459 Archived-At: > Directory variables are file-local variables... That doesn't sound right either. > On another note: does your patch include a enable-directory-variables > option, analogous to enable-local-variables, that allows the user to > turn off directory variable scanning? If not, maybe should. I don't see any particular need for that. We can add it later, if it turns out to be a common request. Stefan