From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: Directory-local variables? Date: Mon, 29 Dec 2008 17:09:09 -0500 Message-ID: References: <87ocyveruq.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1230588640 4187 80.91.229.12 (29 Dec 2008 22:10:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2008 22:10:40 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 29 23:11:37 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 1LHQKj-0002hi-Gb for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 23:11:33 +0100 Original-Received: from localhost ([127.0.0.1]:38696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHQJV-0004iU-Ps for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 17:10:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHQJR-0004iF-40 for emacs-devel@gnu.org; Mon, 29 Dec 2008 17:10:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHQJP-0004i3-Ne for emacs-devel@gnu.org; Mon, 29 Dec 2008 17:10:12 -0500 Original-Received: from [199.232.76.173] (port=42861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHQJP-0004i0-Hx for emacs-devel@gnu.org; Mon, 29 Dec 2008 17:10:11 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47634) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHQJP-0007op-9t for emacs-devel@gnu.org; Mon, 29 Dec 2008 17:10:11 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LHQIP-0006Jt-I7; Mon, 29 Dec 2008 17:09:09 -0500 In-reply-to: <87ocyveruq.fsf@jurta.org> (message from Juri Linkov on Mon, 29 Dec 2008 02:30:29 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:107397 Archived-At: It seems to me that the most precise and unambiguous term is "directory-local file variables". It is based on the standard term "file variables" as defined in the node (info "(emacs) File Variables") and "directory-local" says that their scope is limited to the specified directory. Since a directory is _less_ "local" than a single file, perhaps "directory-wide file variables" would be better.