From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Directory-local variables? Date: Sun, 28 Dec 2008 21:35:08 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1230492923 24519 80.91.229.12 (28 Dec 2008 19:35:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Dec 2008 19:35:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 28 20:36:30 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 1LH1R7-0000rY-LE for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2008 20:36:29 +0100 Original-Received: from localhost ([127.0.0.1]:45313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LH1Pt-0002cw-Js for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2008 14:35:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LH1Pp-0002cq-1f for emacs-devel@gnu.org; Sun, 28 Dec 2008 14:35:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LH1Pn-0002ce-Ji for emacs-devel@gnu.org; Sun, 28 Dec 2008 14:35:07 -0500 Original-Received: from [199.232.76.173] (port=38357 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LH1Pn-0002cb-Cc for emacs-devel@gnu.org; Sun, 28 Dec 2008 14:35:07 -0500 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:64328) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LH1Pl-0003EQ-Gn; Sun, 28 Dec 2008 14:35:05 -0500 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KCL00J00QFKAH00@i_mtaout5.012.net.il>; Sun, 28 Dec 2008 21:37:07 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.252.83]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KCL00I6DQHTRBR0@i_mtaout5.012.net.il>; Sun, 28 Dec 2008 21:37:06 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:107347 Archived-At: > From: Richard M Stallman > Date: Sun, 28 Dec 2008 12:29:14 -0500 > > The term "directory-local variables" is potentially misleading; Emacs > does not implement directory-local bindings. What this feature really > does is systematically set up buffer-local bindings for all files in a > directory. > > So I think this needs to be described as a variant on the file local > variable lists. We would still need a short and catchy term for this feature. Can you (or someone else) suggest one that is different from "directory-local variables"?